Tag: RegexBuilder

  • RegexBuilder in Swift

    RegexBuilder in Swift

    Hey Swifters 🙂 You might have used regular expressions in the past and would already know how messy and hard to read they can get, well in this guide we will explore the RegexBuilder in Swift that makes our lives easier. Lets start with: What Is RegexBuilder? RegexBuilder in Swift is a type-safe, compile checked…