testExample

abstract val testExample: String(source)

Returns an example string for this parameter

This is only used to construct an example command internally and test the whole command's regex against it

If the regex does not match the constructed example command, the framework will throw as the regex is deemed "too complex"

Return

An example string for validation purposes