View Source EarmarkParser.Options (EarmarkParser v1.4.34)
Link to this section Summary
Functions
Use normalize before passing it into any API function
Link to this section Functions
Use normalize before passing it into any API function
iex(1)> options = normalize(annotations: "%%")
...(1)> options.annotations
~r{\A(.*)(%%.*)}