Howto for regular expresions in Find&Replace??

josegante

Member
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.
 
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
 
Back
Top