On Fri, Jul 09, 1999 at 01:43:30PM +0100, Peter Haworth wrote: > > If you want to internationalize (or at least localize) the regexp, > can't you do this? > /\b\w(?<![\d_])\w*/ > > I can't test that because my perl isn't recent enough, so how about this? > /\b(?![\d_])\w+/ > Note + instead of * > Which is the part that makes it only match uppercase letters? ;) Ronald ==== Want to unsubscribe from Fun With Perl? Well, if you insist... ==== Send email to <fwp-request@technofile.org> with message _body_ ==== unsubscribe