Regex Inventory

List of all Regex mentioned in the code..

ValueCountFile:Line
'/[^\x20-\x7f]/'
1
  • /bl-plugins/rss/plugin.php
'/^[a-zA-Z0-9][a-zA-Z0-9-_]*+$/'
1
  • /bl-kernel/parsedown.class.php
'/^<\w[\w-]*(?:[ ]*' $this->regexHtmlAttribute ')*[ ]*\/?>/s'
1
  • /bl-kernel/parsedown.class.php
'/^&#?\w+;/'
1
  • /bl-kernel/parsedown.class.php
'/^~~(?=\S)(.+?)(?<=\S)~~/'
1
  • /bl-kernel/parsedown.class.php
'/\bhttps?:[\/]{2}[^\s<]+\b\/*/ui'
1
  • /bl-kernel/parsedown.class.php
'/^<(\w+:\/{2}[^ >]+)>/i'
1
  • /bl-kernel/parsedown.class.php
'/[ ]*\n/'
1
  • /bl-kernel/parsedown.class.php
'/(?:[ ][ ]+|[ ]*\\\\)\n/'
1
  • /bl-kernel/parsedown.class.php
"/[\/_|+:!@#$%^&*()'\"<>\\\`}{;=,?\[\]~. -]+/"
1
  • /bl-kernel/helpers/text.class.php
'/^<\/\w[\w-]*[ ]*>/s'
1
  • /bl-kernel/parsedown.class.php
"/[^a-zA-Z0-9\/_|+. -]/"
1
  • /bl-kernel/helpers/text.class.php
"/[\/_|+ -]+/"
1
  • /bl-kernel/helpers/text.class.php
'/<img([^>]*)(src)=\"(?!https:)(?!http:)(?!\/\/)(.*?)\"(.*?)>/'
1
  • /bl-kernel/helpers/text.class.php
'/<pre.*?><code(.*?)>(.*?)<\/code><\/pre>/imsu'
1
  • /bl-kernel/helpers/text.class.php
'/\b' $english '\b/u'
1
  • /bl-kernel/helpers/date.class.php
'/<!\-\-/'
1
  • /bl-plugins/remote-content/plugin.php
'/\-\->/'
1
  • /bl-plugins/remote-content/plugin.php
'/^<!---?[^>-](?:-?[^-])*-->/s'
1
  • /bl-kernel/parsedown.class.php
'/^\s*\[(.*?)\]/'
1
  • /bl-kernel/parsedown.class.php
'/^[' $Line['text'][0] . ']{3,}[ ]*([^`]+)?[ ]*$/'
1
  • /bl-kernel/parsedown.class.php
'/^[(]\s*+((?:[^ ()]++|[(][^ )]+[)])++)(?:[ ]+("[^"]*"|\'[^\']*\'))?\s*[)]/'
1
  • /bl-kernel/parsedown.class.php
'/^' $Block['char'] . '{3,}[ ]*$/'
1
  • /bl-kernel/parsedown.class.php
'/^(' $pattern '[ ]+)(.*)/'
1
  • /bl-kernel/parsedown.class.php
'/^' $Block['pattern'] . '(?:[ ]+(.*)|$)/'
1
  • /bl-kernel/parsedown.class.php
'/^([' $Line['text'][0] . '])([ ]*\1){2,}[ ]*$/'
1
  • /bl-kernel/parsedown.class.php
'/^<(\w[\w-]*)(?:[ ]*' $this->regexHtmlAttribute ')*[ ]*(\/)?>/'
1
  • /bl-kernel/parsedown.class.php
'/<\/' $matches[1] . '>[ ]*$/i'
1
  • /bl-kernel/parsedown.class.php
'/^<' $Block['name'] . '(?:[ ]*' $this->regexHtmlAttribute ')*[ ]*>/i'
1
  • /bl-kernel/parsedown.class.php
'/(.*?)<\/' $Block['name'] . '>[ ]*$/i'
1
  • /bl-kernel/parsedown.class.php
'/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+["\'(](.+)["\')])?[ ]*$/'
1
  • /bl-kernel/parsedown.class.php
'/(?:(\\\\[|])|[^|`]|`[^`]+`|`)+/'
1
  • /bl-kernel/parsedown.class.php
'/^(' $marker '+)[ ]*(.+?)[ ]*(?<!' $marker ')\1(?!' $marker ')/s'
1
  • /bl-kernel/parsedown.class.php
"/[ ]*\n/"
1
  • /bl-kernel/parsedown.class.php
'/^<((mailto:)?\S+?@\S+?)>/i'
1
  • /bl-kernel/parsedown.class.php
'/\[((?:[^][]++|(?R))*+)\]/'
1
  • /bl-kernel/parsedown.class.php
'/^>[ ]?(.*)/'
2
  • /bl-kernel/parsedown.class.php
  • /bl-kernel/parsedown.class.php
'/^[ ]{0,4}/'
2
  • /bl-kernel/parsedown.class.php
  • /bl-kernel/parsedown.class.php
'/-->$/'
2
  • /bl-kernel/parsedown.class.php
  • /bl-kernel/parsedown.class.php