Regular Expressions 101

Community Patterns

String after :

0

Regular Expression
PCRE (PHP <7.3)

/
(?<=:\s) (.+)
/
g

Description

Selects the string after the : sign

Submitted by anonymous - 3 years ago