uniform-strings-0.1.5.1: Manipulate and convert strings of characters uniformly and consistently
Safe HaskellSafe-Inferred
LanguageHaskell2010

Uniform.Strings.Infix

Synopsis

Documentation

(<:>) :: Text -> Text -> Text Source #

append text with colon in between

(<->) :: Text -> Text -> Text Source #

append text with dash in between

(</>) :: Text -> Text -> Text Source #

append text with slash in between

(<.>) :: Text -> Text -> Text Source #

append text with dot in between

(<|>) :: Text -> Text -> Text Source #

append text with blank in between, (a character does not work as name) possible conflict with parsec

wrapInSpitz :: Text -> Text Source #

insert text in ..

wrapInDoubleQuotes :: Text -> Text Source #

insert text in ..

wrapInBraces :: Text -> Text Source #

insert text in ..

addXatEnd :: (IsString s, CharChains s) => s -> s -> s Source #