Regular Expressions 101

Community Patterns

Try ths

1

Regular Expression
PCRE (PHP <7.3)

/
((?:(?(?=Fig\.|\d+\.\d).+?(?=\s)|[^.!?])+(?=\.))+)
/
gi

Description

no description available

Submitted by anonymous - 10 years ago