Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-17 20:56
Flavor·ECMAScript (JavaScript)

/
^[\s]*(.*?)[\s]*$
/
gm
Open regex in editor

Description

exclude all non character or digits or point colons semicolons ...

Submitted by anonymous