lua-patterns icon indicating copy to clipboard operation
lua-patterns copied to clipboard

Lua Patterns Viewer. A tool for inspecting, analyzing and learning Lua patterns.

Results 8 lua-patterns issues
Sort by recently updated
recently updated
newest added

The set for `%p` and `%P` doesn't have stuff like `@`, `?`, `

This tool looks really cool! It reminds me of (which is also open-source) - so I thought I'd suggest a railroad diagram, so it would make complex patterns easier to...

Hey @GitSparTV, This tries to implement #3. I decided to go with Vanilla JS as you were using it already, I tried to use Rich Text Editor like CKEditor but...

Useful for spotting unescaped characters, spotting unclosed parentheses, etc. In lua's case, it might help the user identify differences between regular regex and lua regex. Screenshot from a website that...

help wanted

I am not sure if this is an issue. I am new to Lua and love you tool. when I do: ![image](https://github.com/GitSparTV/lua-patterns/assets/6826732/2eec9ac4-8bed-4096-92b3-98718f31320b) I get told that but when I do:...

Should be simple to embed [fengari](https://github.com/fengari-lua/fengari) (or just rip the code out of it) to run the given lua pattern on a blob of text.

The position capture incorrectly consumes the following token. See "ello" in the following example: ![image](https://user-images.githubusercontent.com/1103761/211229235-f7e560ce-be18-4d34-b830-e2da31a622f8.png) Possible suspect: https://github.com/GitSparTV/lua-patterns/blob/e23047628db8f5b8d544acb1f37af4b31a65d709/pm.js#L492