You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
It would be nice to see the expected behavior (syntax/logic) in the
sentences
because I'm not sure what do you mean for `&` as meta symbol.
In my opinion, Quantifiers https://github.com/3F/regXwild#-quantifiers
fully comply with the requirements of logic 'AND' i.e. `&` as meta symbol.
Or what do you mean?
Regarding to `!`,
yes, I had some task in past as far as I remember it.
However it was put on pause in implementation since
without a variation group it is not very useful, again in my opinion.
Consider this one
```
Hello (crazy|amazing) world
```
instead of
```
Hello crazy world|Hello amazing world
```
The first way is more natural and similar to regex practice.
And exactly this allows `!` to do something like
```
Hello !(crazy) world
Hello !(crazy|amazing) world
```
But my priorities have been changed so many times
and variation group still not reviewed at least by me.
Moreover,
Today I completely have no idea about my future in opensource at all
https://twitter.com/github3F/status/1506754811500408841
I can also try yet to review PRs if someone.
or, ..., well, ..., someday somehow, my hope.
Thanks for using!
Your project is great.
Thanks :)
FYI, find my related high-speed projects such as LX4Cnh algorithm;
Fnv1a-128 on LX4Cnh; fastest hash-based UUID on LX4Cnh, Huid
https://www.reddit.com/r/x3F/comments/ovq368/highspeed_multiplication_of_large_numbers_fast/
Your project is great.
The text was updated successfully, but these errors were encountered: