Module: RSpec::JsonApi::Types
- Defined in:
- lib/rspec/json_api/types/uri.rb,
lib/rspec/json_api/types/uuid.rb,
lib/rspec/json_api/types/email.rb
Constant Summary collapse
- URI =
URI::DEFAULT_PARSER.make_regexp
- UUID =
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/- EMAIL =
URI::MailTo::EMAIL_REGEXP