Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
\/([a-zA-Z0-9-]+)(?=[^\/]*$)
/
gm

Description

Joining a field ID regex with a UIID regex didn't work for me so this is a workaround/hack.

Submitted by anonymous - 4 years ago