Crates.io | lua-pattern |
lib.rs | lua-pattern |
version | 0.1.2 |
source | src |
created_at | 2023-05-24 17:50:25.241758 |
updated_at | 2023-07-06 08:28:28.913224 |
description | Parser for Lua patterns and conversion to regular expressions |
homepage | |
repository | https://github.com/RubixDev/syntastica |
max_upload_size | |
id | 873624 |
size | 78,661 |
lua-pattern
Parser for Lua patterns and conversion to regular expressions.
This crate provides a basic parser for Lua patterns, and, with the to-regex
feature enabled, conversion to standard regular expressions as usable by the
regex
or
fancy-regex
crate.