Could someone point out what I'm doing wrong here?
// phone regex: ^([(]?\d{3}[-)]\d{3}-\d{4})*$
$inPattern:="^([(]?\d{3}[-)]\d{3}-\d{4})*$"
$inSubject:=[process]line3
if(regex match($inPattern; $inSubject))
writebold($inSubject)+"<BR>"
else
//
end if
error message from Active4D
if(regex match($inPattern; $inSubject))
Missing delimiter in search pattern.
sincerely,
m|a
"The only reason some people get lost in thought is
because it's unfamiliar territory." -- Paul Fix
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/