Regex Help matching quotes

Posted by Farhan on Stack Overflow See other posts from Stack Overflow or by Farhan
Published on 2010-05-05T16:23:54Z Indexed on 2010/05/05 16:28 UTC
Read the original article Hit count: 288

Filed under:

Hi Guys,

I havin a reg ex problemm i would like to have a reg ex that will match the '\nGO at the end of my file(see below.) I have got the following so far:

^\'*GO but its match the quote sysbol?

EOF:

WHERE     (dbo.Property.Archived <> 1)
'
GO

© Stack Overflow or respective owner

Related posts about regex