Regular Expressions 101

Community Library

Community Library Entry

2

Regular ExpressionOpen Workspace

/
^(?<streetname>\d*[\p{L}\d '\/.\-]+)[,\s]+(?<housenumber>\d+)\s*(?<ext>[\p{L}\d\-\/'"() ]*)$
/
iu

Description
Created·2021-02-25 08:07
Updated·2024-05-07 11:40
Type·Match
Flavor·PCRE2 (PHP)

Validates a streetname + housenr + extension

Somestreet 12 b

Submitted by Anonymous
Open Workspace