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
Present support for URIs is basically strict text match - x == y. To be really useful there should be some kind of ability to match based on regex patterns - x.matches(y).
The text was updated successfully, but these errors were encountered:
Let's prove the current functionality is fully working, fully test covered, etc before this is added. May be a 0.1.1 issue as it would probably be good to have it in before the documentation gets fully written...not sure.
Present support for URIs is basically strict text match -
x == y
. To be really useful there should be some kind of ability to match based on regex patterns -x.matches(y)
.The text was updated successfully, but these errors were encountered: