thoas / go-funk

A modern Go utility library which provides helpers (map, find, contains, filter, ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.Contains() but with a regexp match

wsw70 opened this issue · comments

commented

.Contains() is great, it would be fantastic to have a counterpart that does a regex match instead of an exact one