class Therapy::StringType
- Therapy::StringType
- Therapy::BaseType(String)
- Reference
- Object
Defined in:
therapy/string_type.crInstance Method Summary
- #ends_with(suffix : String) : self
- #matches(regex : Regex) : self
- #max(size : Int32) : self
- #min(size : Int32) : self
- #one_of(options : Array(String)) : self
- #one_of(*options) : self
- #size(size : Int32) : self
- #starts_with(prefix : String) : self
- #strip : self