Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-02-08 11:27
Flavor·PCRE2 (PHP)

/
orderNumber : (?P<orderNumber>[^\s]+).*?orderType : (?P<orderType>[^\s]+).*?orderCompany : (?P<orderCompany>[^\s]+).*
/
gms
Open regex in editor

Description

Multiple substrings between string and a space

Submitted by anonymous