Safe Haskell | None |
---|---|
Language | Haskell2010 |
Text.Regex.Do.Pcre.Utf8.Replace
Description
see also Text.Regex.Do.Pcre.Ascii.Replace
Pattern
& Body
are wrapped in Utf8_
encoding tag.
This tag adds clarity, prevents calling Ascii functions by mistake.
toByteString'
converts String to Utf8_
ByteString
Documentation
class Replace all enc a repl where Source
Instances
Replace All Utf8_ String Replacement Source | |
Replace All Utf8_ ByteString Replacement Source | |
Replace All Utf8_ ByteString GroupReplacer Source |
|
Replace Once Utf8_ String Replacement Source | |
Replace Once Utf8_ ByteString Replacement Source | |
Replace Once Utf8_ ByteString GroupReplacer Source |