Implemented the "fullyMatch(pattern: )" function for the String+Functions extension in the library target.

This commit is contained in:
2025-10-12 22:58:36 +02:00
parent cdee784fff
commit cd157bc3c3
4 changed files with 151 additions and 27 deletions
@@ -18,6 +18,9 @@ extension Tag {
// MARK: Constants
/// A tag that indicates tests for a type extension.
@Tag static var `extension`: Self
/// A tag that indicates tests for a middleware type.
@Tag static var middleware: Self