/\[(\d+\.\d+\.\d+\.\d+)\]/

hmmm...maybe this?

/\[((?:\d+\.){3}\d+)\]/
#non-capturing parens group for {3}, nested in $1 parens


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to