Skip to content

Commit 6aa81c2

Browse files
RootUpjonathanmetzman
authored andcommitted
Update regexp.dict (aflnet#51)
1 parent e75894a commit 6aa81c2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dictionaries/regexp.dict

-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# Contains various regular expressions.
66
#
77
# Created by Yang Guo <[email protected]>
8-
#
9-
# Contributed by Dhiraj Mishra <[email protected]>
108
#
119
"?"
1210
"abc"
@@ -31,7 +29,6 @@
3129
"xyz{1,}?"
3230
"a\\fb\\nc\\rd\\te\\vf"
3331
"a\\nb\\bc"
34-
"/^\d*\./"
3532
"(?:foo)"
3633
"(?: foo )"
3734
"foo|(bar|baz)|quux"
@@ -221,9 +218,6 @@
221218
"\x0f"
222219
"[-\xf0\x9f\x92\xa9]+"
223220
"[\xf0\x9f\x92\xa9-\xf4\x8f\xbf\xbf]"
224-
"\[DataMember\((.+?)\)\]"
225-
"/\d{1,2}\/\d{1,2}\/\d{4}/"
226-
"a*b\+\|[0-9]\|\d{1,9}"
227221
"(?<=)"
228222
"(?<=a)"
229223
"(?<!)"

0 commit comments

Comments
 (0)