Regexp and ampersand
660215Sep 17 2008 — edited Sep 17 2008Hi all,
I am using regexp to substring a clob of data. The data contains an ampersand (&) so i will need to add this to my regexp. The trouble is it doesnt take it as a literal character (even when using the escape [\] char before it), instead it thinks i am trying to define a variable input field.
Any ideas?
Thanks for your time,
James