Regex help

I am trying to get a specific regex for extract custom fields and wondering
if someone can help me.

what i am trying to get is the xxxxxxx out of “Name : xxxxxxxxxx” where the
end of the line can be \n or
or
or

can someone please help with the regex for this ?

Thanks

Hello!On 6/23/06, Justin Lim jlim@sullung.com wrote:

what i am trying to get is the xxxxxxx out of “Name : xxxxxxxxxx” where the
end of the line can be \n or
or
or

m/Name:\s*([^<])(?:<br\s/?>)?$/

Might work. =]

–j, who likes a good regex.
Jim Meyer, Geek at Large purp@acm.org