Regular Expressions 101

Community Patterns

1

Lab3

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

Project

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

Camel case string splitter

1

Regular Expression
PCRE (PHP <7.3)

/
([A-Z][a-z]+|[A-Z]+(?![a-z])|[0-9]+)
/
g

Description

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