- Index
- »
- axon
- »
- func:contains
def
func:contains
contains(val, x)
Return if val
contains x
:
- if
val
is Str, thenx
is substring. - if
val
is List, thenx
is item to search. - if
val
is Range, then isx
inside the range inclusively - if
val
is DateSpan, then isx
a date in the span