MissingH-0.16.0: ContentsIndex
MissingH.Regex.Pesco
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
show/hide Instances
data Match
Constructors
Match
m_before :: String
m_match :: String
m_after :: String
m_submatches :: [String]
show/hide Instances
Eq Match
Read Match
Show Match
class Subst pi
show/hide Instances
Subst String
Subst pi => Subst (Int -> pi)
Subst pi => Subst (String -> pi)
(=~) :: 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
show/hide Instances
data Rexopt
Constructors
Nocase
Linematch
show/hide Instances
Eq Rexopt
Read Rexopt
Show Rexopt
cregex :: [Rexopt] -> String -> CRegex
subst :: Regex rho => rho -> [Repl] -> String -> String
subst1 :: Regex rho => rho -> [Repl] -> String -> String
Produced by Haddock version 0.8