You are here

constant Manipulator::UNION_PATTERN in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Xpath

Code

const UNION_PATTERN = '/\\|(?![^\\[]*\\])/';