This commit is contained in:
Axel Kohlmeyer
2021-07-29 11:48:24 -04:00
parent 1e48be92aa
commit 5f2b947b99

View File

@ -45,7 +45,7 @@ namespace utils {
*
* \param text the text to be matched against the pattern
* \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);