|  | Home | Libraries | People | FAQ | More | 
Return whether the string begins with a character.
bool starts_with( char ch) const;
            Returns true if the string
            begins with ch, and
            false otherwise.
          
Constant.
| Name | Description | 
|---|---|
| 
                       | The character to check for. |