ufe 5.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
stringUtils.h File Reference
#include "common/ufeExport.h"
#include <string>
#include <vector>
Include dependency graph for stringUtils.h:

Go to the source code of this file.

Namespaces

namespace  Ufe
 

Functions

std::string Ufe::lstrip (std::string src, char toStrip)
 
std::vector< std::string > Ufe::split (const std::string &src, char sep)
 
std::vector< std::string > Ufe::split (const std::string &src, const std::string &sep)
 
bool Ufe::endsWith (const std::string &str, const std::string &suffix)