Deprecated: use IsEqualFold instead.
(value string)
| 305 | |
| 306 | // Deprecated: use IsEqualFold instead. |
| 307 | func (s *String) EqualFold(value string) *String { |
| 308 | return s.IsEqualFold(value) |
| 309 | } |
| 310 | |
| 311 | // InList succeeds if the string is equal to one of the values from given |
| 312 | // list of strings. |
no test coverage detected