We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This depends on https://bugs.swift.org/browse/SR-3448 and https://bugs.swift.org/browse/SR-3449 or finding a reliable workaround.
See #997 for more discussion.
The text was updated successfully, but these errors were encountered:
I've created swiftlang/swift-corelibs-foundation#796 in response to this; it should fix SR-3448 and SR-3449.
Also, as a temporary workaround, it is possible to use options: .regularExpression to do replacements across multi-byte substrings.
options: .regularExpression
Sorry, something went wrong.
Closed by #1563
No branches or pull requests
This depends on https://bugs.swift.org/browse/SR-3448 and https://bugs.swift.org/browse/SR-3449 or finding a reliable workaround.
See #997 for more discussion.
The text was updated successfully, but these errors were encountered: