Skip to content

Instantly share code, notes, and snippets.

@merong
Created July 26, 2019 14:18
Show Gist options
  • Save merong/87cdfcc7afdb2873029cc9cf00dd4b3d to your computer and use it in GitHub Desktop.
Save merong/87cdfcc7afdb2873029cc9cf00dd4b3d to your computer and use it in GitHub Desktop.
intellj phpstorm editor code replace regex
mysql schema to bean
search regex : `([a-zA-Z0-9_]+)`.*COMMENT '(.*)',$
replace regex : private String $1 = ""; //$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment