V@no.
03-17-2003, 07:34 PM
Hi!
after using quotemeta("[user@domain.com]");I get\[user@domain\.com\]
and now I can not figure out how to rid off \. from that string....
here is what I was trying to use:
preg_replace("/\\\./", ".", "\[user@domain\.com\]");
I tryed all kind of combinations with no result.
Can someone help me with that?
thanks!
after using quotemeta("[user@domain.com]");I get\[user@domain\.com\]
and now I can not figure out how to rid off \. from that string....
here is what I was trying to use:
preg_replace("/\\\./", ".", "\[user@domain\.com\]");
I tryed all kind of combinations with no result.
Can someone help me with that?
thanks!