Irregular icon indicating copy to clipboard operation
Irregular copied to clipboard

Regular Expressions made Strangely Simple

Results 48 Irregular issues
Sort by recently updated
recently updated
newest added

The various command types in Irregular should be formalized in it's manifest. See

enhancement

Should match console progress information, e.g. https://github.com/microsoft/terminal/issues/6700#issue-646668791

enhancement

There should be a regex generator the matches an identifier in one or more programming languages. It should effectively have two parts: IdentifierStart IdentifierSequence

enhancement

Irregular should be able to convert regular expressions into [ECMAScript RegEx](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions). This would Compress-Regex and then flag certain portions of the RegEx if they were incompatible with ECMAScript Regex.

enhancement

A Parser File Should represent a way to parse input. Tentatively, it should support the following file patterns: * `.parser.ps1` * `.irregular.parser.ps1` A parser would be "valid" under a few...

enhancement

If even some of the expressions generated from Irregular can be exported into a form JavaScript will know and love, this is a huge win.

Resolution

All of the patterns in Irregular, as well as the ability to construct a pattern, should be easily exposed as a Microservice. * [ ] #224 * [ ] #225...

[Confluence Headings](https://confluence.atlassian.com/doc/confluence-wiki-markup-251003035.html#ConfluenceWikiMarkup-Headings) are similar to Markdown Headings, but just different enough to be difficult (`h[1-6].` instead of `#{1,6}`)

enhancement