| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Text.Regex.Do.Replace.Utf8
Description
see also Text.Regex.Do.Replace.Latin
toByteString converts String to ByteString     
Documentation
class Replace hint pattern repl body out where Source #
see Text.Regex.Do.Replace.Latin for implemented types
GroupReplacer is implemented only for ByteString    
Methods
replace :: (Extract' body, RegexLike Regex body) => hint pattern -> repl -> body -> out Source #