Regular Expressions 101

Community Patterns

Search with End Anchor with space

0

Regular Expression
PCRE (PHP <7.3)

/
(?=\w*\s\w*\sNIF\/CIF)(?<cRegexGroupsName>.*?)\s(?=\w*\sNIF\/CIF)
/
gm

Description

Search with End Anchor NIF/CIF with space

Submitted by anonymous - 3 years ago