New issue
Advanced search Search tips

Issue 671883 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

DevTools: syntax highlighting to segment individual regular expression groups

Project Member Reported by l...@chromium.org, Dec 7 2016

Issue description

I would like to visually see groups in a regular expression.  For example:

/a*(\d+)[^e]/
could be visually formatted to distinguish the groups:
- a*
- (\d+)
- [^e]

This would also help me easily notice when a regex string is a string and not a regex.
 
Status: WontFix (was: Assigned)

Sign in to add a comment