regXwild
regXwild copied to clipboard
⏱ Superfast ^Advanced wildcards++? | Unique algorithms that was implemented on native unmanaged C++ but easily accessible in .NET via Conari (with caching of 0x29 opcodes +optimizations) etc.
Your project is great.
## ~v1 - Same char to escape~ * `1024*2` -> `10247412` * `1024**2` -> `1024*2` * `1024***2` -> `1024*0xD2` * `one|two` -> `one` or `two` * `one||two` -> `one|two` *...
To use additional syntax, we can add special markers & flags The entry point like: * Single: `@x ...` * Pair: `@x ... @` Where `x` the any supported combination,...
* `@L ... enabled ...` * `@L ... enabled ... @L ... disabled ...` for example: `@L12*57@L8+9` ``` 12 57819 ```
The most lightweight way (+Speed) implement flag to enable capturing data by default for all quantifiers `*?+#` * `@c ... enabled ...` * `@c ... enabled ... @c ... disabled...
Add any variant for using of whitespace & non-whitespace character/s ## v1 - single meta-symbol + std. quantifier * `%` - whitespace + quantifier `*?+#` * `&` - non-whitespace +...