Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <cfoutput>
  2. <cfset phoneRegex = "\+?0?0?[1-9][0-9]*\-?[0-9]+$">
  3. #isValid("Regex","98765+43210","\+?0?0?[1-9][0-9]*\-?[0-9]+$")#
  4.  
  5. </cfoutput>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement