Skip to content

Commit ea5fec4

Browse files
author
“pokelu”
committed
optimize raw match pattern
1 parent c8fa5a5 commit ea5fec4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"match_method": "ab",
3-
"pattern": "(?:[A-Za-z]{1,2})?\\d{1,2}",
3+
"pattern": "(?:[A-Za-z]{1,2})?\\b\\d{1,2}\\b",
44
"match_pos": -1,
55
"video_ext": [
66
".mp4",

0 commit comments

Comments
 (0)