Overload List
| Method | Description |
|---|---|
AcString::trimRight () | Removes all whitespace characters from the end of the string. |
AcString::trimRight (wchar_t) | Removes initial matching characters from right side of the string. |
AcString::trimRight (wchar_t *) | Removes all designated characters from the end of the string. |
