ismatch and contains do basically the same thing, except the first takes a regex pattern, the second a string pattern, and the argument order is switched.
ismatch
contains
Can we combine them, and if so, which one should we keep?
(let's try a vote by thumbs up)
replace
See also #10593
is
match
See also discussion in #18028.
Closed by https://github.com/JuliaLang/julia/pull/24673/
Most helpful comment
(let's try a vote by thumbs up)
contains
replace
(which already accepts both regexes and strings)