Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
postgresql-syntax PostgresqlSyntax.Ast References
select_fetch_first_value: | c_expr | + I_or_F_const | - I_or_F_const
selectFetchFirstValue :: HeadedParsec Void Text SelectFetchFirstValuepostgresql-syntax PostgresqlSyntax.Parsing No documentation available.
selectFetchFirstValue :: SelectFetchFirstValue -> TextBuilderpostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> sregex Text.RE.Tools search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:
searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> sregex Text.RE.Tools.Edit search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:
searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> sregex Text.RE.Tools.Find search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:
searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> sregex Text.RE.Tools.Grep search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:
searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> sregex Text.RE.Tools.IsRegex search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:
searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> sregex Text.RE.Tools.Lex search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:
searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]searchReplaceFirst :: IsRegex re s => SearchReplace re s -> s -> sregex Text.RE.Tools.Sed search and replace the first occurrence only (if any) in the input text e.g., to prefix the first string of four hex digits in the imput text, if any, with 0x:
searchReplaceFirst [ed|[0-9A-Fa-f]{4}///0x$0|]