Searched refs:titleMatches (Results 1 – 3 of 3) sorted by relevance
97 if (preg_match("/^([^|]*)\|(.*)$/", $matches[1], $titleMatches)) {98 $link = $titleMatches[1];99 $name = $titleMatches[2];
73 public static function titleMatches($titleRegexp) function in Facebook\\WebDriver\\WebDriverExpectedCondition
167 - `titleMatches` - current page title matches regular expression