Hi all, I have a problem with regular expression using braces, i.e. "{\w+}". The Regex constructor throws an ArgumentException with this expression. MS.NET accepts this without problems. I know that braces are used for quantifiers. Is this a Mono bug or is the MS.NET runtime misbehaving? Thanks, Joerg.