Your writings are a wonderful resource for to enhance my Swift skills. Thank you.
I came across a little issue in your recent post titled "Named capture groups in Swift regular expressions". The RegexBuilder version doesn't work properly when I try to print result[hidden]. It crashes, with error message Could not cast value of type 'Swift.Optional<Swift.Substrings>' to 'Swift.Substring'
Your writings are a wonderful resource for to enhance my Swift skills. Thank you.
I came across a little issue in your recent post titled "Named capture groups in Swift regular expressions". The
RegexBuilderversion doesn't work properly when I try to printresult[hidden]. It crashes, with error messageCould not cast value of type 'Swift.Optional<Swift.Substrings>' to 'Swift.Substring'