Stripper.Quotes.normalize-exclamation-mark

You're seeing just the function normalize-exclamation-mark, go back to Stripper.Quotes module for more information.

Specs

normalize!(string :: String.t()) :: String.t()

Replace any smart, curly, or bracket quotes with their boring equivalents " and '.

Examples

iex> normalize!(~S|‘make’ «it» „stop“|)
~S|'make' "it" "stop"|