let topic = [
"title": "Swift Regex for Fun and Evil",
"presenter": "Mikey Ward",
"abstract": #"""
Have you tried googling "Swift regex" lately, and been disappointed to see that just about all of the results are about `NSRegularExpression`?
Let's take a dive into Swift's new Regex features, alongside a journey involving _the one thing you must never use regex for_. Of course.
"""#
]
let gettingThere = [
"dateTime": "2022-12-08T19:00:00-0400", // December 8, 2022, 7pm ET
"location": "Online! We'll send the Zoom link to the mailing list (sign up below) and to the #atlanta channel of the CocoaHeads Slack workspace (contact us for an invitation) on the day of the meeting. If you miss the email, message @chatl or email us for the link."
]
let chapter = [
"parentOrg": "CocoaHeads",
"contactEmail": "organizer@cocoaheadsatlanta.org",
"twitter": "@chatl"
"slack": "Contact us above for an invitation!"
]