:: Text -> Text package:pandoc

Wrap double quotes around a Text
Strip trailing newlines from string.
Remove leading and trailing space (including newlines) from string.
Remove leading space (including newlines) from string.
Remove trailing space (including newlines) from string.
Trim leading space and trailing space unless after .
Strip leading and trailing characters from string
Change CamelCase word to hyphenated lowercase (e.g., camel-case).
Escape string as needed for XML. Entity references are not preserved.
Converts a string into an NCName, i.e., an XML name without colons. Disallowed characters are escaped using ux%x, where %x is the hexadecimal unicode identifier of the escaped character.
Escape all non-ascii characters using numerical entities.
Escape all non-ascii characters using HTML5 entities, falling back to numerical entities.
Unescapes XML entities