regXwild icon indicating copy to clipboard operation
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.

Results 6 regXwild issues
Sort by recently updated
recently updated
newest added

## ~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` *...

enhancement
support

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 ```

enhancement

The most lightweight way (+Speed) implement flag to enable capturing data by default for all quantifiers `*?+#` * `@c ... enabled ...` * `@c ... enabled ... @c ... disabled...

enhancement

Add any variant for using of whitespace & non-whitespace character/s ## v1 - single meta-symbol + std. quantifier * `%` - whitespace + quantifier `*?+#` * `&` - non-whitespace +...

enhancement