You are on page 1of 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 pattern error
 EXPLANATION 
 save regex ctrl+s
 / AppName\=(?<AppName>[\d\ / gm  / AppName\=(?<AppName> / gm
 [\d\
FLAVOR
TEST STRING SWITCH TO UNIT TESTS 
All the errors detected are listed below,
  pcre (php)  from left to right, as they appear in the
AppName=PDVendCommons|OS=5.1.1|Api=22| pattern.
 javascript
(?<AppName> Incomplete group
  python structure
[ Character class missing closing
 golang
 bracket
TOOLS \ Pattern may not end with a
trailing backslash
 code generator

 regex debugger

MATCH INFORMATION 

Your pattern contains one or more


errors, please see the explanation
section above.

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

You might also like