Regular Expressions Support (Regex) #7877
Unanswered
lmaoskript
asked this question in
Suggestions
Replies: 2 comments
-
Skript already has a condition for matching a regex, see the "matches" condition, though that's about the extent of regexes in Skript as of now afaik. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In the past someone was working on implementing the regex matcher interface with skript but since that went no where it's probably not coming soon. Personally I find chat filters with regex to feel lacking at times. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Introduce regular expression capabilities in Skript for advanced string matching, extraction, replacement, and validation, conditions for matching/searching patterns.
Why
Beta Was this translation helpful? Give feedback.
All reactions