firasdib / Regex101

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

More delims " and ' #2140

Open Banaanae opened 1 year ago

Banaanae commented 1 year ago

Feature

In AutoHotKey " and ' are the delims for regex (see regex docs)

working-name commented 1 year ago

Hello! Thank you! Any particular request on what to do with that information?

Banaanae commented 1 year ago

Sorry I wasn't more clear, either adding those characters to the delim list or an option for a custom character as the delim would be good.


From: Alan @.> Sent: Wednesday, September 6, 2023 2:33:47 PM To: firasdib/Regex101 @.> Cc: Banaanae @.>; Author @.> Subject: Re: [firasdib/Regex101] More delims " and ' (Issue #2140)

Hello! Thank you! Any particular request on what to do with that information?

— Reply to this email directly, view it on GitHubhttps://github.com/firasdib/Regex101/issues/2140#issuecomment-1707640849, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUAKEV54YCOZCRB4DK5IK5LXY74KXANCNFSM6AAAAAA4ILZXQA. You are receiving this because you authored the thread.Message ID: @.***>

working-name commented 1 year ago

Although " and ' are available under the ECMAScript/JS flavor, this is PCRE and then some.