What is Nostr?
Christian Selig /
npub1me4…0ues
2023-09-09 21:19:28

Christian Selig on Nostr: Dumb Swift question: with the new built-in regex stuff, how do I just get a match as ...

Dumb Swift question: with the new built-in regex stuff, how do I just get a match as a string?

let input = "A cat walked"
let regex = /[a-z]{3}/
let match = input.firstMatch(of: regex)

I want "cat" as a string, but the result is of type Regex<Regex<Substring>.RegexOutput>.Match?

What do I do?
Author Public Key
npub1me4dmfx38938e68eeuz77f78e5w7nz2nv0jlxqmx0amphmp3sutq6s0ues