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.

  1. manyText :: REText Text

    parser-regex Regex.Text

    Parse any Text. Biased towards matching more.

  2. manyTextMin :: REText Text

    parser-regex Regex.Text

    Parse any Text. Minimal, i.e. biased towards matching less.

  3. manyTextOf :: CharSet -> REText Text

    parser-regex Regex.Text

    Parse any Text containing members of the CharSet. Biased towards matching more.

  4. manyTextOfMin :: CharSet -> REText Text

    parser-regex Regex.Text

    Parse any Text containing members of the CharSet. Minimal, i.e. biased towards matching less.

  5. manyr :: RE c a -> RE c (Many a)

    parser-regex Regex.Text

    Zero or more. Biased towards matching more. Also see the section "Looping parsers".

  6. JsTooManyRemoteSources :: ErrorType

    patrol Patrol.Type.ErrorType

    No documentation available.

  7. BsrAnyCrlf :: Bsr

    pcre2 Text.Regex.Pcre2

    \r, \n, or \r\n

  8. NewlineAny :: Newline

    pcre2 Text.Regex.Pcre2

    any Unicode line ending sequence

  9. NewlineAnyCrlf :: Newline

    pcre2 Text.Regex.Pcre2

    any of the above

  10. pcre2_BSR_ANYCRLF :: CUInt

    pcre2 Text.Regex.Pcre2.Foreign

    No documentation available.

Page 238 of many | Previous | Next