Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

or in regex

-> You can use "|" operator in between two differebt regex expression 
in php for selection of any one of them

-> Example for Php only
  [a-z]|[0-9] patteren will select either small alphabet or numbers from 
  a string
 
PREVIOUS NEXT
Tagged: #regex
ADD COMMENT
Topic
Name
9+6 =