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
{{ message }}
This repository was archived by the owner on Feb 9, 2020. It is now read-only.
=~(+Text, +Pattern) is semidet.
=~(-Text, +Pattern) is multi.
The former tells you whether or not a pattern matches a given text. The latter generates texts which match the pattern. This can be helpful for debugging regular expressions.
I basically want the following modes:
The former tells you whether or not a pattern matches a given text. The latter generates texts which match the pattern. This can be helpful for debugging regular expressions.