Ring Daemon 16.0.0
|
Typedefs | |
using | svmatch = match_results< string_view::const_iterator > |
using | svsub_match = sub_match< string_view::const_iterator > |
Functions | |
string | operator+ (const string &s, const string_view &sv) |
string | operator+ (const string_view &sv, const string &s) |
bool | regex_match (string_view sv, const regex &e, regex_constants::match_flag_type flags=regex_constants::match_default) |
bool | regex_match (string_view sv, svmatch &m, const regex &e, regex_constants::match_flag_type flags=regex_constants::match_default) |
bool | regex_search (string_view sv, svmatch &m, const regex &e, regex_constants::match_flag_type flags=regex_constants::match_default) |
constexpr string_view | svsub_match_view (const svsub_match &submatch) noexcept |
using std::svmatch = typedef match_results<string_view::const_iterator> |
Definition at line 233 of file string_utils.h.
using std::svsub_match = typedef sub_match<string_view::const_iterator> |
Definition at line 234 of file string_utils.h.
|
inline |
Definition at line 224 of file string_utils.h.
References jami::concat().
|
inline |
Definition at line 229 of file string_utils.h.
References jami::concat().
|
inline |
Definition at line 247 of file string_utils.h.
References regex_match().
|
inline |
Definition at line 239 of file string_utils.h.
References regex_match().
Referenced by jami::ConversationRepository::Impl::checkValidRemove(), jami::ConversationRepository::Impl::checkValidVoteResolution(), jami::ConversationRepository::Impl::checkVote(), jami::NameDirectory::lookupUri(), regex_match(), and regex_match().
|
inline |
Definition at line 254 of file string_utils.h.
References regex_search().
Referenced by jami::ConversationRepository::changedFiles(), jami::handleMediaControl(), jami::JamiAccount::handleMessage(), jami::PluginUtils::parseManifestTranslation(), regex_search(), jami::Conversation::search(), and jami::PluginUtils::uncompressJplFunction().
|
constexprnoexcept |
Definition at line 235 of file string_utils.h.
Referenced by jami::PluginUtils::uncompressJplFunction().