Can u help me please
what is the 357-272-8656 regex expression?
Hi @sedayngl_sedayngl33
Try this
\d+-\d+-\d+
Or if u want more specifically try this
\d{3}-\d{3}-\d{4}
Regards,
Nived N
1 Like
and can u write regex June 9, 2017 this how can do this
what is your exact requirement?
Yes sure
here it is
[A-Za-z]+ \d+,\s\d{4}
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.