ARTICLE AD BOX
I'm creating a syntax highlighter, but that requires regexes (I know, not the most great thing for highlighters, but this was a test run). But when I tried using AttributedString with regexes, it doesn't work.
But also, the String method for regexes (which I am debating is either range(of:_), matches(:_), or something else entirely) just doesn't exist on my end. I've imported Foundation, so I don't know if it's just a client thing (although very unlikely given it's Xcode), or there's something wrong.
