firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.26k stars 199 forks source link

literal " can't be inserted in .NET #2063

Closed qlikTERror closed 1 year ago

qlikTERror commented 1 year ago

Bug Description

Trying to write this regex \"\d in .NET flavor but the site complains that \" This token has no special meaning and has thus been rendered erroneous

Expected Outcome

It should be possible to insert a " escaping it with \

Browser

Chrome latest

OS

Windows 11 latest

firasdib commented 1 year ago

You need to escape using ""