Skip to content

MarQuisKnox/Eclipse_RegEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

740a45d · Jul 18, 2017

History

18 Commits
Aug 14, 2015
Jul 18, 2017

Repository files navigation

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

Releases

No releases published

Packages

No packages published