Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Reg
ular
Ex
pressions
101
Reg
ular
Ex
pressions
101
Upgrade to Pro
Enterprise
Regular Expression
/
^\[[^\]]+\](?(?=\s*;)\s*;.*|$)
/
gm
Input 1
1
New
[asd] [asd]; [asd] ; [asd]asd [asdf];asd [some;thing] - Valid, with capture group some;thing [something] - Valid, with capture group something [something] - Invalid, does not begin with [something] ;ojasodj - Valid, capture group something [something] - Invalid, space after ] without a ; present [something]; - Valid, capture group something
Extraction