brackets-regex-editor icon indicating copy to clipboard operation
brackets-regex-editor copied to clipboard

Support <input> 'pattern' attribute

Open peterflynn opened this issue 11 years ago • 0 comments

The HTML5 pattern attribute on <input> elements is a JS-format regexp except without slash delimiters. (And it must match the entire string, not just a substring).

So the regexp inline editor should open when the cursor is on one of these attributes.

peterflynn avatar Jan 25 '14 07:01 peterflynn