Regex v0.1.2
on Jun 19, 2024[0.1.2] - 2024-06-19
Update to 1.21
Changed
- The datapack now requires 1.21.
[0.1.1] - 2023-02-21
Flags and presets
Added
- Escaped presets, including \w and \n
- Three flags - parse, process_pattern and process_target
Fixed
*
quantifiers breaking the output when they match zero characters
Regex v0.1.0
on Feb 15, 2023[0.1.0] - 2023-02-16
Initial release!
Added
- Basic README, and CHANGELOG
- Match function
- Regex parser