Regular Expressions 101

Community Patterns

JSON url field UUID parser

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