Search found 1 match

by forest78
Wed Feb 18, 2004 11:18 am
Forum: General
Topic: Character Class not recognized in Regular expression
Replies: 3
Views: 497

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 ...