montymahato / lua-pattern-tester

A live web-based tool for testing, matching and debugging Lua patterns against your input.

Home Page:https://montymahato.github.io/lua-pattern-tester/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem pattern matching after a ‘ / ‘

nodecentral opened this issue · comments

Describe the bug

Using your online demo to test it out, i tried matching the following exact string, but it wouldn’t allow me to do any matching after reaching the slash ‘/’ ?

Date     Time AUG 01/23  8:03p

Date%s+Time%s+(%a+)%s+(%d+)([/])(%d+)%s+(%d+):(%d+)([apAP])

IMG_3527

It has been fixed & tested, thank you for reporting!