regex

  • 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 community!

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

  1. G

    RegEx outputs <none>

    Skript Version (do not put latest): Idk, it says it's a custom one (I'm using Minehut, so I'm guessing it's the latest version) Skript Author: Bensku Minecraft Version: 1.15 Code: function formatNum(i: number) :: text: set {_n} to regex replace "(\d{1,2}?)((?:\d{3})+)$" with group "$1,$2" in...