Delimiter is in the string!
Posted: Wed Dec 14, 2005 7:31 am
Hi,
I am trying to extract the date from a string with this regular expression:
The problem is that part of the string is the forward slash '/' which is also the string delimiter (?). How do I search on this charcter without causing the error:
Unknown modifier '\'
Thanks in advance.....
Rob.
I am trying to extract the date from a string with this regular expression:
Code: Select all
/\d{2}/\d{1,2}/\d{4}/Unknown modifier '\'
Thanks in advance.....
Rob.