You are here

protected static property QueryPathEntities::$regex in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/QueryPath.php \QueryPathEntities::regex
  2. 7.2 QueryPath/QueryPath.php \QueryPathEntities::regex

File

QueryPath/QueryPath.php, line 2066

Class

QueryPathEntities

Code

protected static $regex = '/&([\\w]+);|&#([\\d]+);|&#(x[0-9a-fA-F]+);|(&)/m';