string
Public / Methods
HasPart
Checks if this string contains the given other in one.
This method uses case-sensitive comparison of ordinal UTF-16 code units.
HasPrefix
Checks if this string starts with the given other in one.
This method uses case-sensitive comparison of ordinal UTF-16 code units.
HasSuffix
Checks if this string ends with the given other in one.
This method uses case-sensitive comparison of ordinal UTF-16 code units.
IndexMax
Finds the last occurrence of the given other in string in this string.
This method uses case-sensitive comparison of ordinal UTF-16 code units.
IndexMin
Finds the first occurrence of the given other in string in this string.
This method uses case-sensitive comparison of ordinal UTF-16 code units.