MarQuisKnox / Eclipse_RegEx

RegEx for Eclipse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eclipse RegEx

RegEx for Eclipse

Find SQL ID values

VALUES\([0-9]+,

Find a comma followed by anything

\,+(.*)

Find a comma followed by two quotation marks & a blank line

\,""+(\n)

Find a comma followed by a line break

\,+(\n)

Find SQL comments

/+(.*)/;

Find Blank Lines

^\s*\n

About

RegEx for Eclipse

License:GNU Affero General Public License v3.0