Hello,
I am trying to parse out a complete line with this statement, but it does not work:
eregi("(Text\:)(.*)(\\\n), $x, $y);
//returns "Password remi" for "Text: Password reminder"
//of course I want it to return "Password reminder"
Where is the error?
thanks,
p.s. I also tried "." instead of "\n" but it does not work neither