Skip to content

Commit 3601e70

Browse files
committed
remove match and match_all
1 parent 73a3b37 commit 3601e70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/parser/parser.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ class Parser {
9898
{ShortNotationToken::GET, "get"},
9999
{ShortNotationToken::CHAR_AT, "charAt"},
100100
{ShortNotationToken::CHAR_CODE_AT, "charCodeAt"},
101-
{ShortNotationToken::MATCH, "match"},
102-
{ShortNotationToken::MATCH_ALL, "matchAll"},
103101
{ShortNotationToken::PAD_END, "padEnd"},
104102
{ShortNotationToken::PAD_START, "padStart"},
105103
{ShortNotationToken::REPEAT, "repeat"},

0 commit comments

Comments
 (0)