Home | History | Annotate | Download | only in v8-v4

Lines Matching refs:allowedChars

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