Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Man, that's insane.
I would never have come to such a solution.
thanks for the effort you put into it!
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"