Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
matchAny :: RoutePattern -> ActionM () -> ScottyM ()scotty Web.Scotty Add a route that matches regardless of the HTTP verb.
tryAnyStatus :: MonadUnliftIO m => m a -> m Boolscotty Web.Scotty.Internal.Types catches either ActionError (thrown by next), ScottyException (thrown if e.g. a query parameter is not found) or StatusError (via raiseStatus)
-
scotty Web.Scotty.Trans Add a route that matches regardless of the HTTP verb.
-
scotty Web.Scotty.Trans.Strict Add a route that matches regardless of the HTTP verb.
-
skylighting-core Skylighting.Regex No documentation available.
ManichaeanYodh :: JoiningGrouptext-icu Data.Text.ICU.Char No documentation available.
-
text-icu Data.Text.ICU.Char No documentation available.
u_TOO_MANY_ALIASES_ERROR :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
SkeletonAnyCase :: SkeletonTypeOverridetext-icu Data.Text.ICU.Spoof By default, getSkeleton assumes the input string has already been passed through toCaseFold and is lower-case. Pass this flag to override that behavior and allow upper and lower-case strings.
htmlAnyContain :: HasCallStack => Query -> String -> YesodExample site ()yesod-test Yesod.Test Queries the HTML using a CSS selector, and passes if any matched element contains the given string.
Examples
{-# LANGUAGE OverloadedStrings #-} get HomeR htmlAnyContain "p" "Hello" -- At least one <p> tag contains the string "Hello"Since 0.3.5