Lines Matching refs:allowedChars
500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))