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
Hi there, thanks for the great work on this library!
I was wondering if there's a way to do regex matching with the existing API?
# existing API
assert_that("1975-09-24", contains_string('1975-09-24'))
# is there a matcher that allows something like this?
assert_that("hello", matches_regex(r'[\d]{4}-[\d]{2}-[\d]{2}'))
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there, thanks for the great work on this library!
I was wondering if there's a way to do regex matching with the existing API?
Thanks!
The text was updated successfully, but these errors were encountered: