Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-09-07 02:36
Flavor·ECMAScript (JavaScript)

/
^\s*\[?(TEST COOKIE|100% to v\d)\]?:?\s*
/
igm
Open regex in editor

Description

This removed some extra tags from the name of an experiment to make the next match part simpler.

Submitted by anonymous