Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-30 09:50
Flavor·PCRE2 (PHP)

/
(\d{4,5})\s(.*)
/
gm
Open regex in editor

Description

Extract postcode and city when both are combined

Submitted by anonymous