11.11.2010, 13:08
So if a player types in something like this:
Hi my name is Whizion, i write about 500-700 lines of code a day.
It would count how many numbers does that string have and it would censor it like this:
If the string has more than 3 numbers in it.
Hi my name is Whizion, i write about 500-*** lines of code a day.
How would i do that? Thank you.
Hi my name is Whizion, i write about 500-700 lines of code a day.
It would count how many numbers does that string have and it would censor it like this:
If the string has more than 3 numbers in it.
Hi my name is Whizion, i write about 500-*** lines of code a day.
How would i do that? Thank you.