Einhugur Framework for C++

String Class

A String class to make it easy to manipulate strings.

Notes:
This class does not inherit from Object.


   String

class String

Constructors

String
String
String
String
String

Methods

Capitalize
Compare
EndsWith
GetCFStringRef
GetLengthReturns the length of the string.
IndexOfSearches the string for a specific substring.
IndexOfSearches the string for a specific substring from a given start offset.
IndexOfSearches the string within the range of startIndex to startIndex+count for a specific substring. This variation also gives option to search case insensitive and backwards.
IndexOfSearches the string within the range of startIndex to startIndex+count for a specific substring. This variation also gives option to search case insensitive.
IndexOfSearches the string within the range of startIndex to startIndex+count for a specific substring.
LeftReturns the first characters of a string, where the number of characters is determined by the length parameter.
LowercaseMakes all characters in the string lowercase.
Mid
Mid
operator+
operator+=
operator=
operator=
operator=
ReplaceAll
RightReturns the last characters of a string, where the number of characters is determined by the length parameter.
StartsWith
ToDouble
ToInt32
Trim
TrimWhitespace
UppercaseMakes all characters in the string uppercase.

Enumerations

Encoding