func matches()

in Sources/DDMock/DDMock.swift [125:127]


    func matches(_ regex: String) -> Bool {
        return self.range(of: regex, options: .regularExpression, range: nil, locale: nil) != nil
    }