Regular Expressions 101

Community Patterns

named group sample

2

Regular Expression
PCRE (PHP <7.3)

/
distance from (?<from>.*) to (?<to>.*)
/

Description

no description available

Submitted by anonymous - 10 years ago