I am using SQL Server Management Studio and need to find and replace some very large database data in a query.
The format I am needing to remove is:
VALUES (XXX,
As an example:
VALUES (25,
VALUES (101,
VALUES (55,
I can not seem to find a regex in order to do this in SQL find and replace. And I am not very good at trying to make a regex match pattern....
Any help would be great!
Update
Sorry what I meant is that I am using the Find and replace under the Edit menu:

VALUES (XXX,with empty string