Flutter Engine
 
Loading...
Searching...
No Matches
strings.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  impeller
 

Functions

bool impeller::HasPrefix (const std::string &string, const std::string &prefix)
 
bool impeller::HasSuffix (const std::string &string, const std::string &suffix)
 
std::string impeller::StripPrefix (const std::string &string, const std::string &to_strip)