Regular Expressions 101

Community Patterns

Número al final de un string...

0

Regular Expression
PCRE (PHP <7.3)

/
(\d+\n)|(\d+]\n)|(\d\s+\n)|(\d+$)
/
g

Description

no description available

Submitted by anonymous - 7 years ago