Lines Matching defs:subst
753 "command regex <cmd-name> [s/<regex>/<subst>/ ...]"),
764 s/<regex>/<subst>/
798 "the form: 's/<regex>/<subst>/'.\nTerminate the "
905 // have "s/<regex>/<subst>/" or "s|<regex>|<subst>|"
948 "<regex> can't be empty in 's%c<regex>%c<subst>%c' string: '%.*s'",
954 "<subst> can't be empty in 's%c<regex>%c<subst>%c' string: '%.*s'",
964 std::string subst(std::string(regex_sed.substr(
967 m_regex_cmd_up->AddRegexCommand(regex, subst);