Regular Expressions 101

Community Patterns

0

AAA

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

sourcetype

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

CB tools

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

1

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

manish kumar

PCRE (PHP <7.3)
remove paragraph
Submitted by manish kumar - 8 years ago
1

10

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

Get consecutive capitalized words

2

Regular Expression
PCRE (PHP <7.3)

/
([A-Z][a-z]+(?=\s[A-Z])(?:\s[A-Z][a-z]+)+)
/
g

Description

Loading markdown...
Submitted by aizu - 8 years ago