Regular Expressions 101

Community Patterns

Add xml:space to file

0

Regular Expression
PCRE (PHP <7.3)

/
(?<=file\s).*?(?=\s*>)
/

Description

no description available

Submitted by Yu Tang - 8 years ago