Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
must
v0.2.0
Must
Any
Cast
CastError
Error
Match
MatchError
ObjectExtensions
Rule
TypeError
Object
Built with Crystal 1.9.2
2023-10-08 13:44:42 UTC
module
Must::Match
Extended Modules
Must::Match
Defined in:
must/match.cr
Instance Method Summary
#match
(value, regex : Regex, fmt : String) : String
#match
(value : T, regex : Regex) : T forall T
Instance Method Detail
def
match
(value, regex : Regex, fmt : String) : String
#
[
View source
]
def
match
(value : T, regex : Regex) : T forall T
#
[
View source
]