bool IWordSelection.IsWord(StringSlice str) { return (str.All(StringUtils.IsWordChar) || isGuidRegex.IsMatch(str) || IsIP(str)); }