Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msyavuz/Lua-Capture
Test lua capture patterns online
https://github.com/msyavuz/Lua-Capture
lua regex-pattern
Last synced: 4 days ago
JSON representation
Test lua capture patterns online
- Host: GitHub
- URL: https://github.com/msyavuz/Lua-Capture
- Owner: msyavuz
- Created: 2023-11-02T19:24:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-17T12:36:43.000Z (9 months ago)
- Last Synced: 2024-08-01T13:31:10.364Z (3 months ago)
- Topics: lua, regex-pattern
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - msyavuz/Lua-Capture - Test lua capture patterns online (Go)
README
# Lua Capture
Test your lua capture patterns against strings online.
[try online](https://lua-capture.onrender.com/)
## Motivation
While adding a parser to [nvim-lint](https://github.com/mfussenegger/nvim-lint) i realized that there were no websites to test lua capture patterns easily and here we are.
## How it works
Go backend runs an embedded lua function to return captured groups.
## Tech Stack
As minimal as it can be:
- Frontend with [htmx](https://htmx.org/)
- Backend with Go and templating with [templ](https://github.com/a-h/templ)
- Styling with [picocss](https://picocss.com/)> [!NOTE]
> It takes a while for Render to start the app for the first time each day. After that load is much faster.