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