L Lido Neikonen Feb 8, 2004 #1 Does anyone know a full reference on .NET regular expressions. I can't find the meaning of the '\G' expression? Lido
Does anyone know a full reference on .NET regular expressions. I can't find the meaning of the '\G' expression? Lido
J Jay B. Harlow [MVP - Outlook] Feb 8, 2004 #2 Lido, The full reference is here: http://msdn.microsoft.com/library/d...l/cpconRegularExpressionsLanguageElements.asp The \G is documented here: http://msdn.microsoft.com/library/d...nref/html/cpconAtomicZero-WidthAssertions.asp Hope this helps Jay
Lido, The full reference is here: http://msdn.microsoft.com/library/d...l/cpconRegularExpressionsLanguageElements.asp The \G is documented here: http://msdn.microsoft.com/library/d...nref/html/cpconAtomicZero-WidthAssertions.asp Hope this helps Jay
L Lido Neikonen Feb 9, 2004 #3 Thanks, I missed that part. Have a look at http://hela.europe.webmatrixhosting.net Lido