Deprecated: use HasSubmatches instead.
(submatchValues ...string)
| 334 | |
| 335 | // Deprecated: use HasSubmatches instead. |
| 336 | func (m *Match) Values(submatchValues ...string) *Match { |
| 337 | return m.HasSubmatches(submatchValues...) |
| 338 | } |
| 339 | |
| 340 | // Deprecated: use NotHasSubmatches instead. |
| 341 | func (m *Match) NotValues(submatchValues ...string) *Match { |