J josegante Member Mar 8, 2004 #1 I'd like to know how works the regular expression during the Find&Replace because I want to search something like: varname*VARCHAR2*(*2*) where '*' means 0 or more blank spaces. Thanks for all. Jose.
I'd like to know how works the regular expression during the Find&Replace because I want to search something like: varname*VARCHAR2*(*2*) where '*' means 0 or more blank spaces. Thanks for all. Jose.
J Jens Member² Nov 8, 2005 #1 The regular expression find seems not to work when more than one line is involved. It finds "abc\r" but not "abc\rdef" in "abc def" Best regards, Jens
The regular expression find seems not to work when more than one line is involved. It finds "abc\r" but not "abc\rdef" in "abc def" Best regards, Jens
Marco Kalter Administrator Staff member Nov 8, 2005 #1 This does indeed not seem to work. We'll fix it.