Liquex.Parser.Literal.quoted_string
You're seeing just the function
quoted_string
, go back to Liquex.Parser.Literal module for more information.
Parses a single or double quoted string.
Strings may have escaped quotes within them.
Examples
Examples here include the quotes as given, as opposed to other examples.
* "Hello World"
* 'Hello World'
* "Hello "World""
* 'Hello "World"'
* 'Hello 'World''