Hi, there
I'm trying to parse strings using metacharacters as for word boundaries with preg_match inserting expressions like /\bfind\b/ with the post method through a web interface, but I just get that no /\bfind\b/ has been found, with two backslashes.
I'am doing something wrong or do I have to pre-parse the string to convert double backslashes to single ones.
If I put the expression directly as an argument everything seems OK, but I need to do it through the web interface.
Youy can have a look at (sorry, in Spanish)
http://133.12.37.60/kwic/kwick.hmtl
Many thanks in advance for your help,
Antonio