Add some new functions to static strings:
- lexicographical comparation
- find character
- find substring
- check if string starts with
- check if string ends with
- to lower convertation (optional)
- to upper convertation (optiona)
- Cover it by tests
For signatures and information see std::string documentation.