regXwild icon indicating copy to clipboard operation
regXwild copied to clipboard

Special markers & Flags

Open 3F opened this issue 9 years ago • 0 comments

To use additional syntax, we can add special markers & flags

The entry point like:

  • Single: @x ...
  • Pair: @x ... @

Where x the any supported combination, like single symbol [0-9a-z] or complex expressions like {1,7}.

This related for #1 (v2 - markers via flags), but the main idea to extend syntax for support additional features like the following below.

Sub-Issues

  • [ ] #4 - Capture data for all quantifiers
  • [ ] #5 - Control of newline symbols
  • [ ] #1 - Disable Meta-Symbols

Special symbol-logic like for current '>'

MS_ANYSP = _T('>'), // as [^/]* //TODO: >\>/ i.e. '>' + {symbol}

  • @B> ...

etc.

3F avatar Feb 11 '17 14:02 3F