Replace using regex
7othifaPS opened this issue ยท 2 comments
Suggestion
Add removing regex matches from string with syntax
replace all "[a-z]" matches in {_string} with "1"
can have better syntax, or the same syntax for replacing but make it work with regex
Why?
To make stuff much easier rather than needing skript-reflect for it
Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this suggestion.
Yes, there's already a PR for this that's nearly finished. #4323