Regular Expressions 101

Community Patterns

0

Email

PCRE (PHP <7.3)
This is to find email
Submitted by anonymous - 3 years ago

sln File

0

Regular Expression
PCRE (PHP <7.3)

/
^Project\(\"\{[0-9A-F\-]{36}\}\"\)(?:\s*?)=(?:\s*?)\"(?<name>.+)\",(?:\s*?)\"(?<path>.+?)\",(?:\s*?)\"\{[0-9A-F\-]{36}\}\"$
/
gm

Description

Loading markdown...
Submitted by anonymous - 3 years ago