Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2019-05-21 10:40
Flavor·ECMAScript (JavaScript)

/
^[^\*]*starbuck.*
/
i
Open regex in editor

Description

no * before the name

Submitted by anonymous