Quote:
Originally Posted by Valloric
Instead of building a character class yourself, how about using "\w"? That will match any unicode letter, number and underscore.
|
I'm not a regex guru by any means but a number of the expressions we have been looking at are intentionally excluding the uppercase versions of characters which \w would include.