How does "Regex replace" work?
I've already tried it using
But all I have is "Can't understand this condition/effect ecc..."
Instead, this works fine
But it would be really useful if I could replace the text with something else
(Hope you understand, I'm Italian rip)
I've already tried it using
code_language.skript:
on chat:
regex replace "\d{1,3}" with "test" in message
#This regex should replace all the numbers {wrote 1, 2 or 3 times} in message with "test"
But all I have is "Can't understand this condition/effect ecc..."
Instead, this works fine
code_language.skript:
on chat:
message regex matches "\d{1,3}":
broadcast "Regex matches some numbers"
(Hope you understand, I'm Italian rip)
Last edited: