Page Index - JanKulbaga/String-CPP GitHub Wiki
62 page(s) in this GitHub Wiki:
- Home
- String
- Description
- Creating strings
- Character access
- Comparing strings
- bool endsWith()
- Please reload this page
- bool isAlpha()
- Please reload this page
- bool isDigit()
- Please reload this page
- bool isEmpty()
- Please reload this page
- bool isSpace()
- Please reload this page
- bool startsWith()
- Please reload this page
- char& back()
- Please reload this page
- char& charAt()
- Please reload this page
- char& front()
- Please reload this page
- char& operator[]
- Please reload this page
- const char* c_str()
- Please reload this page
- int64_t find()
- Please reload this page
- Relational operators
- Please reload this page
- size_t length()
- Please reload this page
- String lower()
- Please reload this page
- String operator plus
- Please reload this page
- String operator*
- Please reload this page
- String substring()
- Please reload this page
- String trim()
- Please reload this page
- String trimEnd()
- Please reload this page
- String trimStart()
- Please reload this page
- String upper()
- Please reload this page
- String zfill()
- Please reload this page
- String& operator plusEquals
- Please reload this page
- String& operator*=
- Please reload this page
- String& operator=
- Please reload this page
- String() constructor
- Please reload this page
- void clear()
- Please reload this page