We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import com.github.gekomad.regexcollection.Validate.validate import java.time.OffsetDateTime assert(validate[OffsetDateTime]("2011-12-03T10:15:30+01:00") == Some("2011-12-03T10:15:30+01:00"))