Regular Expressions 101

Community Patterns

Line match

0

Regular Expression
ECMAScript (JavaScript)

/
((([A-z0-9]*(\s))*[a-z.])+)*(?!([A-z0-9]*(\s)))
/

Description

Regex to match any no of lines

Submitted by noby nirmal - 8 years ago