Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-09-10 13:30
Flavor·ECMAScript (JavaScript)

/
^(\/\/)(?![\ ])(\w)*
/
gm
Open regex in editor

Description

^(//)(?![\ ])(\w)*

Submitted by anonymous