NME optional automatic link recognition (CamelCase and URL)
- Author:
- Yves Piguet.
- Copyright:
- 2007-2013, Yves Piguet.
To convert camelCase words to links (i.e. transform any word with at least one uppercase letter following a lowercase letter, such as camelCase, to a link as if it were enclosed between double-brackets, as [[camelCase]]), add NMEAutoconvertCamelCaseEntry to the table autoconverts[] in NMEOutputFormat. To convert URLs to links (i.e. transform any sequence beginning with http://, https://, ftp:// or mailto: to a link as if it were enclosed between double-brackets), add NMEAutoconvertURLEntry to the table autoconverts[] in NMEOutputFormat. To have both:
Definition in file NMEAutolink.h.