Regular Expressions 101

Community Patterns

Match String ( /* 1 */)

1

Regular Expression
ECMAScript (JavaScript)

/
([\w\d]{1,})(\s{0,}-\s{0,})([\w\d]{1,})(\s{1,}|(\s{0,}-\s{0,}))([\w\d]{1,})
/
gi

Description

Matches the comment string from Robo3T exports

Submitted by anonymous - 3 years ago (Last modified 2 years ago)