Regex Inventory

List of all Regex mentioned in the code..

ValueCountFile:Line
'/([a-z])([A-Z])/'
1
  • /paris.php
'/(?<=[a-z])([A-Z])/'
1
  • /paris.php
'/__/'
1
  • /paris.php
'/\\\\/'
1
  • /paris.php