Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-05-07 14:15
Flavor·PCRE2 (PHP)

/
\b[a-z0-9]\w{4}0\w{9}(\w{3})?\b
/
gm
Open regex in editor

Description

Identifies 15 and 18 character Salesforce RecordIDs

Submitted by anonymous