You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contains(haystack::AbstractString, needle::AbstractString)
Determine whether the second argument is a substring of the first.
julia> contains("JuliaLang is pretty cool!", "Julia")
true
Is there any limitation to relaxing the needle and allowing Char types in addition to AbstractString?
The text was updated successfully, but these errors were encountered:
Is there any limitation to relaxing the needle and allowing
Char
types in addition toAbstractString
?The text was updated successfully, but these errors were encountered: