constant Manipulator::UNION_PATTERN in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Selector/Xpath/Manipulator.php \Behat\Mink\Selector\Xpath\Manipulator::UNION_PATTERN
Regex to find union operators not inside brackets.
File
- vendor/
behat/ mink/ src/ Selector/ Xpath/ Manipulator.php, line 24
Class
- Manipulator
- XPath manipulation utility.
Namespace
Behat\Mink\Selector\XpathCode
const UNION_PATTERN = '/\\|(?![^\\[]*\\])/';