| 184 | } |
| 185 | |
| 186 | [[nodiscard]] constexpr cripts::string_view::size_type |
| 187 | rfind(cripts::string_view const substr, cripts::string_view::size_type pos = 0) const |
| 188 | { |
| 189 | return _data.rfind(substr, pos); |
| 190 | } |
| 191 | |
| 192 | [[nodiscard]] constexpr bool |
| 193 | contains(cripts::string_view const substr) const |
no outgoing calls
no test coverage detected