Search results
contains :: Pattern -> String -> Boolean
Checks whether the pattern appears in the given string.
contains (Pattern "needle") "haystack with needle" == true
contains (Pattern "needle") "haystack" == false
P
purescript-strings
M
Data.String.CodeUnits
contains :: Pattern -> NonEmptyString -> Boolean
Checks whether the pattern appears in the given string.
contains (Pattern "needle") (NonEmptyString "haystack with needle") == true
contains (Pattern "needle") (NonEmptyString "haystack") == false
P
purescript-strings
M
Data.String.NonEmpty.Internal
contains :: DOMTokenList -> String -> Effect Boolean
P
purescript-web-dom
M
Web.DOM.DOMTokenList
contains :: Node -> Node -> Effect Boolean
Checks whether the second node is contained within the first
P
purescript-web-dom
M
Web.DOM.Node
contains :: forall eff n2 n1. IsNode n1 => IsNode n2 => n1 -> n2 -> Eff (dom :: DOM | eff) Boolean
Checks whether the second node is contained within the first
P
purescript-dom-classy
M
DOM.Classy.Node
contains :: forall n. IsNode n => n -> n -> Boolean
P
purescript-dom-simple
M
DOM.Simple.Node
contains :: String -> Map CaseInsensitiveString String -> Boolean
P
purescript-fetch
M
Fetch.Internal.Headers
contains :: Int -> Int -> Range -> Effect Boolean
P
purescript-ace
M
Ace.Range
contains :: LatLngBounds -> LatLngBounds -> Boolean
P
purescript-leaflet-tdammers
M
Leaflet.LatLng
contains :: AbsolutePath -> Stack -> Boolean
P
purescript-webb-directory
M
Webb.Directory.Data.Stack
contains :: forall a. Matrix a -> Coordinates -> Boolean
P
purescript-boggle
M
Data.Matrix
contains :: String -> CypressM (Query Elements)
P
purescript-cypress
M
Cypress.Actions
contains :: Relation
P
purescript-elasticsearch
M
Database.ElasticSearch.Query
Rule for checking what the string contains
P
purescript-home-run-ball
M
HomeRunBall
contains :: forall b a. HasEqual b => HasReduce a => b -> a b -> Boolean
Returns true if the container contains the element.
[1, 2, 3] :contains 2 -- true
[1, 0, 3] :contains 2 -- false
P
purescript-neon
M
Neon.Helper
contains :: forall a. Ord a => a -> Range a -> Boolean
Returns whether the range contains value a
P
purescript-postgresql
M
Data.Postgres.Range
Contains :: Value -> Predicate
P
purescript-search
M
Text.SlamSearch.Types
contains :: forall @col colType filterType table result rest. IsSymbol col => Cons col colType rest table => FilterType colType filterType => WriteForeign filterType => filterType -> FilterBuilder table result -> FilterBuilder table result
P
purescript-supabase
M
Supabase.Supabase
P
purescript-typelevel-regex
M
Type.Regex.Match
contains :: forall m p c. MonadEffect m => NodeOp c => NodeOp p => c -> p -> m Boolean
P
purescript-web-chain
M
Web.DOM.Class.NodeOp
contains_ :: Number -> Number -> Number -> Number -> Rect_ -> Effect Boolean
P
purescript-gojs
M
GoJS.Geometry.Rect.Methods
contains_ :: Number -> Number -> Number -> Number -> Number -> Number -> Number -> Number -> Boolean
P
purescript-gojs
M
GoJS.Geometry.Rect.Static
containsq :: String -> Query Elements -> CypressM (Query Elements)
P
purescript-cypress
M
Cypress.Actions
containsFn :: forall a. EffectFn4 (Maybe a -> Boolean) (Maybe a -> a) ContainsProps Cy (Query Elements)
P
purescript-cypress
M
Cypress.Actions
containsOpt :: ContainsProps -> CypressM (Query Elements)
P
purescript-cypress
M
Cypress.Actions
containsqFn :: forall a. EffectFn5 (Maybe a -> Boolean) (Maybe a -> a) ContainsProps (Query Elements) Cy (Query Elements)
P
purescript-cypress
M
Cypress.Actions
containsNode :: forall e. ReactElement -> ReactWrapper -> Eff (enzyme :: ENZYME | e) Boolean
P
purescript-enzyme
M
Enzyme.ReactWrapper
containsNode :: forall e. ReactElement -> ShallowWrapper -> Eff (enzyme :: ENZYME | e) Boolean
P
purescript-enzyme
M
Enzyme.ShallowWrapper
containsqOpt :: ContainsProps -> Query Elements -> CypressM (Query Elements)
P
purescript-cypress
M
Cypress.Actions
containsNodes :: forall e. Array ReactElement -> ReactWrapper -> Eff (enzyme :: ENZYME | e) Boolean
P
purescript-enzyme
M
Enzyme.ReactWrapper
containsNodes :: forall e. Array ReactElement -> ShallowWrapper -> Eff (enzyme :: ENZYME | e) Boolean
P
purescript-enzyme
M
Enzyme.ShallowWrapper
containsPoint :: LatLngBounds -> LatLng -> Boolean
P
purescript-leaflet-tdammers
M
Leaflet.LatLng
containsRange :: Range -> Range -> Effect Boolean
P
purescript-ace
M
Ace.Range
containsFetch :: Expr -> Boolean
P
purescript-format-nix
M
FormatNix
P
purescript-typelevel-regex
M
Type.Regex.Match
P
purescript-cypress
M
Cypress.Actions
containsRect_ :: Number -> Number -> Number -> Number -> Rect_ -> Effect Boolean
P
purescript-gojs
M
GoJS.Geometry.Rect.Methods
containsPoint_ :: Point_ -> Geometry_ -> Effect Boolean
P
purescript-gojs
M
GoJS.Geometry.Methods
containsPoint_ :: Number -> Number -> Rect_ -> Effect Boolean
P
purescript-gojs
M
GoJS.Geometry.Rect.Methods
containsDirName :: forall m. MonadAff m => Directory -> String -> m Boolean
P
purescript-webb-directory
M
Webb.Directory
containsDirName :: String -> Prog Boolean
P
purescript-webb-directory
M
Webb.Directory.Internal.Directory
containsDirName :: String -> Prog Boolean
P
purescript-webb-directory
M
Webb.Directory.Internal.Visitor
containsDirName :: forall m. MonadAff m => Visitor -> String -> m Boolean
P
purescript-webb-directory
M
Webb.Directory.Visitor
P
purescript-cypress
M
Cypress.Actions
containsFileName :: forall m. MonadAff m => Directory -> String -> m Boolean
P
purescript-webb-directory
M
Webb.Directory
containsFileName :: String -> Prog Boolean
P
purescript-webb-directory
M
Webb.Directory.Internal.Directory
containsFileName :: String -> Prog Boolean
P
purescript-webb-directory
M
Webb.Directory.Internal.Visitor
containsFileName :: forall m. MonadAff m => Visitor -> String -> m Boolean
P
purescript-webb-directory
M
Webb.Directory.Visitor
containsSelector :: String -> String -> CypressM (Query Elements)
P
purescript-cypress
M
Cypress.Actions
containsLinkData_ :: forall nodeData linkData. Record linkData -> GraphLinksModel_ linkData nodeData -> Effect Boolean
P
purescript-gojs
M
GoJS.Model.GraphLinksModel.Methods