Regular Expressions 101

Community Patterns

1

sample

PCRE (PHP <7.3)
sample regression
Submitted by anonymous - 8 years ago
1

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

regex

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

-

ECMAScript (JavaScript)
hjk
Submitted by hjk - 8 years ago
15

IPv4

PCRE (PHP <7.3)
no description available
Submitted by robwa - 8 years ago
1

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Open and Closing Markup tags on Single Line Markup

0

Regular Expression
PCRE (PHP <7.3)

/
(?<opening>\<\w)|(?<closing>\<?\/\w*\>)
/
g

Description

Loading markdown...
Submitted by Timothy Smith - 8 years ago