Reading List
Explaining Regex Locally With Xcode from Michael Tsai RSS feed.
Explaining Regex Locally With Xcode
Paul Samuels: My approach when needing to figure out what an old regex was doing was to paste it into whatever the top search result for “Explain regular expression” was.Something that I’ve been doing for a while but hadn’t really thought about was using Xcode’s Refactor > Convert to Regex Builder as a way to […]