repeated characters

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

PuchiGFX

Member
Jan 26, 2017
246
5
18
How can i detect if a text has repeated characters?
I tried using some regex patterns but noone worked.
What can i do?
 
,,repeated characters'' you mean like ,,aa'' or ,,a somethingelse a andeven this''?
You can always loop through the message to get all characters
 
,,repeated characters'' you mean like ,,aa'' or ,,a somethingelse a andeven this''?
You can always loop through the message to get all characters
For example, i want to detect "word".
If someone do /test word = true, but if someone do /test woord = false and i want to detect that as true
How can i do that?
 
Status
Not open for further replies.