Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 975 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 975 Bytes

MyPHPLiveRegex

clone of phpliveregex online version

  • Formatting the output of the various regex functions is done using REF a nicer alternative to PHP's print_r
  • The AJAX processing of the regexes is based on the code found in PmaControl but it was rewritten to support all preg_ functions of the original PhpLiveRegex page
  • The page itself is partly based on the html view and the JS source.
  • The referred 3rd party Javascript/CSS are based on the html source from the original phpliveregex site