Skip to content

Instantly share code, notes, and snippets.

@hamsterbacke23
Created March 21, 2014 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamsterbacke23/9682999 to your computer and use it in GitHub Desktop.
Save hamsterbacke23/9682999 to your computer and use it in GitHub Desktop.
sublime klickmodell to concrete5 areas regex
// strg - h
(.*)echo(?:\s.*)isset\(\$areas\['(.*)'\]\).+
$1$a = new Area('$2');\n$1$a->display($c);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment