You are here

constant StringInput::REGEX_STRING in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Input/StringInput.php \Symfony\Component\Console\Input\StringInput::REGEX_STRING

File

vendor/symfony/console/Input/StringInput.php, line 25

Class

StringInput
StringInput represents an input provided as a string.

Namespace

Symfony\Component\Console\Input

Code

const REGEX_STRING = '([^\\s]+?)(?:\\s|(?<!\\\\)"|(?<!\\\\)\'|$)';