Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-27 10:08
Flavor·PCRE2 (PHP)

/
(^[tT][0-9]+[_])(.*)(submit$)
/
gm
Open regex in editor

Description

Some custom pattern matching where a string start with t and end with any string, for example - t123_click, t1234_click_submit, T12_click_click_skip

Submitted by Jaswinder