The latest version of regexpr is 0.5.4-0.
regexpr
Version 0.2.0 revision 0 uploaded by YoshikuniJujo.
Package meta
- Synopsis
- regular expression like Perl/Ruby in Haskell
- Description
Regular expression library like Perl/Ruby's regular expression. This package has a module RegexPR. And RegexPR export function matchRegexPR and gsubRegexPR. matchRegexPR :: String -> Maybe ((String, (String, String)), [(Int, String)]), gsubRegexPR :: String -> String -> String. Examples: matchRegexPR "ab(cde)f\1" "kkkabcdefcdefgh" => Just (("abcdefcde", ("kkk", "fgh")),[(1,"cde")]), matchRegexPR "(?"kkkabchijabcde" = Just (("abc",("kkkabchij","de")),[]), gsubRegexPR "\G(\d\d\d)" "\1," "123456 789" => "123,456, 789"
- Author
- Yoshikuni Jujo <PAF01143@nifty.ne.jp>
- Bug reports
- n/a
- Category
- Text
- Copyright
- n/a
- Homepage
- n/a
- Maintainer
- PAF01143@nifty.ne.jp
- Package URL
- n/a
- Stability
- n/a