Regex
Swifty regular expressions
This is a wrapper for NSRegularExpression
that makes it more convenient and type-safe to use regular expressions in Swift.
Install
Add the following to Package.swift
:
Usage
First, import the package:
Examples
Check if it matches:
Get first match:
Get all matches:
Replacing first match:
Replacing all matches:
Named capture groups:
Multiline and comments: