module RegularExpression

Direct including types

Defined in:

schema/validation/predicates/regular_expression.cr

Instance Method Summary

Instance Method Detail

def match?(value : String, regex : Regex) #

[View source]