Search found 1 match
- Wed Feb 18, 2004 11:18 am
- Forum: General
- Topic: Character Class not recognized in Regular expression
- Replies: 3
- Views: 561
Character Class not recognized in Regular expression
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 ...