Complete Regex syntax for Sql Server Management Studio
问题 Is there a complete description of the regular expression syntax used in Sql Server Management Studio? There must be a way to do negative lookaheads, for example, but the find/replace dialog doesn't list one. 回答1: SSMS versions 2005-2012 are really just modified/customized Visual Studio Shell (2005-2010) environments, so this Visual Studio (2005-2010) Regular Expression reference applies: http://msdn.microsoft.com/en-us/library/2k3te2cs(v=vs.80).aspx Visual Studio 2012 and later have switched