Regular Expressions 101

Community Patterns

0

test

ECMAScript (JavaScript)
o
Submitted by k - a year ago

... at start or end of line including whitespace

0

Regular Expression
Python

r"
^(\ *\.{3}\ *)|(\ *\.{3}\ *)$
"
mg

Description

Loading markdown...
Submitted by anonymous - a year ago