leonardogcsoares/Benchmarking-in-Go

`regexp.FindString` vs. `strings.Contains`

Opened this issue · 0 comments

Check which of the two methods have a faster response time for verifying if a determined string contains another substring.