Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-06-24 02:22
Updated·2023-07-21 16:55
Flavor·PCRE2 (PHP)

~
/^[a-zA-Z].+\s\d$/
~
gm
Open regex in editor

Description

match strings with some optional characters

Submitted by anonymous