External: String#isAlphanumeric

String#isAlphanumeric

function returns true if the string contains only a-z and 0-9 (case insensitive!)
Source: