Ad
  • Custom User Avatar

    Man, that's insane.
    I would never have come to such a solution.

    thanks for the effort you put into it!

  • Custom User Avatar

    that's nice!
    super compact code, i love it.

    it works even if i put a number with more digits:

    example:
    Replacer.sValueReplacer("The counter is ---", 3567, '-')

    '---' max number should be like 999 but i entered 3567 (4 digits insted of 3)

    result: "The counter is 356"