|
|
|
| Description |
| Documentation for this module can be found in the doc directory in the MissingH distribution. |
|
|
|
| Documentation |
|
| class Regex rho where |
| | Methods | | match :: rho -> String -> Maybe Match |
| | Instances | |
|
|
| data Match |
| Constructors | | Match | | | m_before :: String | | | m_match :: String | | | m_after :: String | | | m_submatches :: [String] | |
|
| Instances | |
|
|
| class Subst pi |
| Instances | |
|
|
| (=~) :: Regex rho => String -> rho -> Bool |
|
| (~=) :: Regex rho => rho -> String -> Bool |
|
| ($~) :: Regex rho => String -> rho -> [Match] |
|
| (~$) :: Regex rho => rho -> String -> [Match] |
|
| (//~) :: (Regex rho, Subst pi) => String -> rho -> pi |
|
| (~//) :: (Regex rho, Subst pi) => rho -> String -> pi |
|
| (/~) :: (Regex rho, Subst pi) => String -> rho -> pi |
|
| (~/) :: (Regex rho, Subst pi) => rho -> String -> pi |
|
| data CRegex |
Instances | |
|
|
| data Rexopt |
| Constructors | | Instances | |
|
|
| cregex :: [Rexopt] -> String -> CRegex |
|
| subst :: Regex rho => rho -> [Repl] -> String -> String |
|
| subst1 :: Regex rho => rho -> [Repl] -> String -> String |
|
| Produced by Haddock version 0.8 |