goog.string.internal
Functions
expand_more
caseInsensitiveCompare( str1, str2 ) → number
number
expand_more
caseInsensitiveContains( str, subString ) → boolean
boolean
expand_more
caseInsensitiveEndsWith( str, suffix ) → boolean
boolean
expand_more
caseInsensitiveEquals( str1, str2 ) → boolean
boolean
expand_more
caseInsensitiveStartsWith( str, prefix ) → boolean
boolean
expand_more
compareVersions( version1, version2 ) → number
number
expand_more
contains( str, subString ) → boolean
boolean
expand_more
endsWith( str, suffix ) → boolean
boolean
expand_more
htmlEscape( str, opt_isLikelyToContainHtmlChars ) → string
string
Escapes double quote '"' and single quote ''' characters in addition to '&', '<', and '>' so that a string can be included in an HTML tag attribute value within double or single quotes.
Parameters |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Returns |
| ||||||||
See Also |
expand_more
isEmptyOrWhitespace( str ) → boolean
boolean
expand_more
newLineToBr( str, opt_xml ) → string
string
expand_more
startsWith( str, prefix ) → boolean
boolean
expand_more
trim( str ) → string
string
expand_more
whitespaceEscape( str, opt_xml ) → string
string