Regular Expressions 101

Community Patterns

get array content without parenthesis per word

0

Regular Expression
ECMAScript (JavaScript)

/
(?:\[([^\]]+)\])
/
gm

Description

get array content without parenthesis per word

Submitted by anonymous - 2 years ago