Regular Expressions 101

Community Patterns

0

for-orth

Java 8
For orth
Submitted by gastipatis - a year ago
0

custom email

.NET (C#)
custom email
Submitted by anonymous - a year ago
0

test

PCRE (PHP <7.3)
teste
Submitted by anonymous - a year ago
0

mvc

PCRE (PHP <7.3)
com c#
Submitted by anonymous - a year ago
0

1

PCRE (PHP <7.3)
Prueba 1
Submitted by anonymous - a year ago
0

filter

PCRE (PHP <7.3)
filter string
Submitted by anonymous - a year ago

Matching Character Class Transitions (customization of \b)

2

Regular Expression
PCRE (PHP <7.3)

/
(?<CCT>(?:(?<=[A-Z])(?=[^A-Z]))|(?:(?<=[a-z])(?=[^a-z]))|(?:(?<=\d)(?=\D))|(?:(?<=[^A-Za-z\d])(?=[A-Za-z\d])))
/
g

Description

Loading markdown...
Submitted by @notGeorgePBurdell - 6 years ago