Instance Methodtuist.filesystem 0.7.9Glob
match(_:)
Test if a given string matches the pattern
func match(_ name: some StringProtocol) -> Bool
Parameters
- name
The string to match against
Returns
true if the string matches the pattern
Test if a given string matches the pattern
func match(_ name: some StringProtocol) -> Bool
The string to match against
true if the string matches the pattern