| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Functions | |
| bool | startswith (const std::string &a, const std::string &b) | 
| Check if string starts with given text.   | |
| std::string | trim (const std::string &s) | 
| Remove leading and trailing white spaces.   | |
      
  | 
  inline | 
Check if string starts with given text.
| a | input string | 
| b | text | 
Definition at line 70 of file io_ascii.hh.
      
  | 
  inline | 
Remove leading and trailing white spaces.
| s | input string | 
Definition at line 82 of file io_ascii.hh.