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
/
^(?!.*?\/form\/).*\.txt$
/
gm
Input 1
1
New
Should match: /vol/form.txt /a/b/c/d/form.txt /vol/var/hello.txt ./f.txt ./x/x.txt /tmp/test/f.txt /tmp/test/x/x.txt Should NOT match: /vol/form/various.txt /form/athrird.txt /a/b/c/d/form/forth.txt /vol/var/sender.py ./form ./form/xxx.txt ./x /tmp/test/form/xxx.txt
Extraction