I'm making an app using Swift, but in it I want to use the Ruby regex engine. I thought maybe I could execute Ruby from Swift, but I didn't find a way to do that. I also looked if anybody had implemented the Ruby regex engine in Swift, but I don't think they have.
Any ideas on how I can do this?