3F / regXwild

⏱ 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.
MIT License
27 stars 6 forks source link

non-/whitespace character + std. quantifiers #2

Open 3F opened 7 years ago

3F commented 7 years ago

Add any variant for using of whitespace & non-whitespace character/s

v1 - single meta-symbol + std. quantifier

for example:

configurable % + & like:

search(const TCHAR* data, const TCHAR* filter, const TCHAR* whsp, const TCHAR* nonwhsp)
_T("qwerty012345...")
_T("     ")

or simply:

search(const TCHAR* data, const TCHAR* filter, const TCHAR* whsp)
_T("     ") - all except this is a non-whitespace character

but the first variant is more flexible for using special set of characters for both cases of % + &