This prepares an API to create #19, #18, and #32. All those features will have very complex regular expressions and escaping. Therefore an API preparing those regular expressions and testing them centrally makes sense.
``` +commandname
``` +commandname=parameter
``` +commandname=parameter1,parameter2,parameter3
Every command in info strings consists out of:
+
Name of the command
= (optional)
A parameter (regexp, string, number, boolean, or null; optional)
This prepares an API to create #19, #18, and #32. All those features will have very complex regular expressions and escaping. Therefore an API preparing those regular expressions and testing them centrally makes sense.
Every command in info strings consists out of:
+
=
(optional)regexp
,string
,number
,boolean
, ornull
; optional)Examples: See #19, #18, and #32