REGEX_STRING
REGEX_STRING = '([^\s]+?)(?:\s|(?<!\\\\)"|(?<!\\\\)\'|$)'
StringInput represents an input provided as a string.
Usage:
$input = new StringInput('foo --bar="foobar"');
bind(\Symfony\Component\Console\Input\InputDefinition $definition)
Binds the current Input instance with the given arguments and options.
\Symfony\Component\Console\Input\InputDefinition | $definition |