Regular Expressions 101

Community Patterns

Get up to the first 10 lines of a string

0

Regular Expression
PCRE (PHP <7.3)

/
\A(?:.*\R){0,10}
/
mi

Description

no description available

Submitted by anonymous - 6 years ago