What's the quickest way to find all the CamelCase words in some text - anyone have a regular expression or script for this?

Hi David:

[^A-Za-z][A-Z][a-z]+[A-Z][A-Za-z]*
In words: Any character except an alphabetic one, an uppercase character, one or more lowercase characters, an uppercase character, zero or more characters (lower or upper case).

BTW, you have a page on regular expressions in the revolution- education wiki: http://revolution.lexicall.org/wiki/tiki-index.php? page=RegularExpressions

Best,
Marielle


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to