C++ class for processing strings
This class brings many different functions to edit, check or search texts.
Is intended to reduce any code work of C++ on addons and to have them faster to use.
All functions are static within the kodi::tools::StringUtils class.
Modules | |
| Definitions, structures and enumerators | |
| Parts used within string util functions All to string functions associated data structures. | |
| String format | |
| Formatting functions Used to output the given values in newly formatted text using functions. | |
| String edit | |
| Edits given texts This is used to revise the respective strings and to get them in the desired format. | |
| String compare | |
| Check strings for the desired state With this, texts can be checked to see that they correspond to a required format. | |
| String search | |
| To search a string Various functions are defined in here which allow you to search through a text in different ways. | |
| String list | |
| Creating lists using a string With this, either simple vectors or lists defined by templates can be given for the respective divided text. | |
| Time value processing | |
| String time formats This is used to process the respective time formats in text fields. | |