Character Class not recognized in Regular expression
Posted: Wed Feb 18, 2004 11:18 am
Hi,
My intention is to insert newlines before each instance of uppercase characters. I already tried the following:
replace \([:upper:]\) with \n\1
The checkbox "Regular Expression" is enabled. However, instead of treating [:upper:] as a character class, Textpad replaces all instances of u, p, e and r.
Is this expected behaviour?
Thanks,
- R a l p h -
My intention is to insert newlines before each instance of uppercase characters. I already tried the following:
replace \([:upper:]\) with \n\1
The checkbox "Regular Expression" is enabled. However, instead of treating [:upper:] as a character class, Textpad replaces all instances of u, p, e and r.
Is this expected behaviour?
Thanks,
- R a l p h -