English
Appearance
Replace strings at random locations with a specified number of characters (default 1) with characters (default *).
str
string
blindLength
number
blindStr
'*'
strBlindRandom('hello', 2, '#'); // Returns '#el#o'