Skip to content

Instantly share code, notes, and snippets.

@mertenvg
Created June 6, 2013 09:33
Show Gist options
  • Save mertenvg/5720397 to your computer and use it in GitHub Desktop.
Save mertenvg/5720397 to your computer and use it in GitHub Desktop.
Regex to convert copied 'describe {table};' results form navicat to entity properties

Regex MySQL Entity

Regex to convert copied 'describe {table};' results form navicat to entity properties

S: ^([a-z0-9_]+)[^;\n]+$
R: /**\n* @var string\n*/\npublic \$$1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment