This commit is contained in:
Axel Kohlmeyer 2021-07-29 11:48:24 -04:00
parent 1e48be92aa
commit 5f2b947b99
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace utils {
* *
* \param text the text to be matched against the pattern * \param text the text to be matched against the pattern
* \param pattern the search pattern, which may contain regexp markers * \param pattern the search pattern, which may contain regexp markers
* \return the string that matches the patters or an empty one */ * \return the string that matches the pattern or an empty one */
std::string strfind(const std::string &text, const std::string &pattern); std::string strfind(const std::string &text, const std::string &pattern);