Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell regex

d digit [0-9]
w alpha numeric [a-zA-Z0-9_]
s whitespace character
.  any character except newline
() sub-expression
  escape the next character
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #powershell #regex
ADD COMMENT
Topic
Name
2+8 =