Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-06-25 20:43
Updated·2022-01-13 16:10
Flavor·ECMAScript (JavaScript)

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

Description

Matches the comment string from Robo3T exports

Submitted by anonymous