Você está na página 1de 1

10/09/2018 Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript

regex101  @regex101  donate  contact  bug reports & feedback  wiki

REGULAR
SAVE
EXPRESSION
& SHARE no match, 1 step (~0ms)
 EXPLANATION 

/  save regex ctrl+s / gm  / / gm


 ↵ matches the character ↵ literally
FLAVOR
(case sensitive)
TEST STRING
 pcre (php)  SWITCH TO UNIT TESTS  Global pattern ags

g modifier: global. All
 javascript
AppName=PDVendCommons matches (don't return after rst
  python match)
m modifier: multi line.
 golang Causes ^ and $ to match the

begin/end of each line (not only
TOOLS begin/end of string)
 code generator

 regex debugger

MATCH INFORMATION 

Your regular expression does not


match the subject string.

QUICK REFERENCE 

Search reference

 all tokens

 common tokens 

 general tokens

 anchors

 meta sequences

 quanti ers

A single character of: a, b … [abc]

A character except: a, b … [^abc]


SUBSTITUTION  A character in the range: … [a-z]

https://regex101.com/ 1/1

Você também pode gostar