Man pages for HenrikBengtsson/R.lang
[R] Class Library - Basic classes

charAt.StringGets the character at given position
compareTo.StringCompares this string to another Object
concat.StringConcatenates two strings
endsWith.StringTests if the string ends with specified suffix
equalsIgnoreCase.StringCompares this String to another String, ignoring case...
equals.StringCompares this string to the specified object
getBytes.StringConverts the string into a vector of bytes
hashCode.StringReturns a hash code for this string
indexOf.StringGets the first position of a character or a substring
lastIndexOf.StringGets the last position of a character or a substring
nchar.StringGets the number of characters in the string
Non-documented_objectsNon-documented objects
regionMatches.StringTests if two string regions are equal
replace.StringReplaces all occurrences of oldChar in this string with...
R.lang-packagePackage R.lang
set.StringSets a new value of this string
startsWith.StringTests if the string starts with specified prefix
substring.StringGets a substring of this string
toCharArray.StringConverts this string to a vector of characters
toLowerCase.StringConverts all of the characters in this String to lower case
toUpperCase.StringConverts all of the characters in this String to upper case
trim.StringRemoves white space from both ends of this string
valueOf.StringReturns the string representation of the specified object
HenrikBengtsson/R.lang documentation built on May 8, 2019, 7:50 p.m.