#Just a list of regular expressions I use
-
Convert Silverstripe $db or $casting arrays to property comments
["'](.*?)["']\s+=>\s+["'](.*?)["'],?
=>* @property $2 \$$1
-
Convert Standard propertied to Silverstripe $db array
public \$(.*);
=>'$1' => 'VarChar\(255\)',
-
Search and replace the border-radius sass mixin with plain css3 alternative
@include\s+(border-radius)\((.*)\)
->$1:$2