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 has been archived by the owner on Feb 16, 2021. It is now read-only.
I'm a bit confused about the RegExp type shown in the readme. Normally you would want to test a field against a RegExp pattern, e.g. check for a valid email, rather than check that a field is a RegExp pattern (as shown in the example). Would you have to create a refinement for the former use case of checking a field against a pattern? Why would you want a RegExp type in tcomb otherwise? What would it be used for?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm a bit confused about the RegExp type shown in the readme. Normally you would want to test a field against a RegExp pattern, e.g. check for a valid email, rather than check that a field is a RegExp pattern (as shown in the example). Would you have to create a refinement for the former use case of checking a field against a pattern? Why would you want a RegExp type in tcomb otherwise? What would it be used for?
The text was updated successfully, but these errors were encountered: