Skip to content
New issue

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

Use extended string delimiters on regex literals to make them more readable #23

Merged
merged 1 commit into from
Jun 6, 2021

Conversation

GetToSet
Copy link
Contributor

@GetToSet GetToSet commented Jun 6, 2021

Swift 5 features Extended String Delimiters which is especially useful for expressing regular expressions.

This PR switches all regex literals to extended string delimiters, making them more readable.

@inket
Copy link
Owner

inket commented Jun 6, 2021

Indeed, it makes them more readable. Thanks for the change, it passes the tests!

@inket inket merged commit f61428a into inket:master Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants