Function Minifier->saveRegex

Definitions

sources/jsmin.php

  • When a regular expression is detected this function crawls for the end ofit and saves the whole regex.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * When a regular expression is detected this function crawls for the end ofit and saves the whole regex.
 *
 */

protected function saveRegex()