Skip to content

RegEx Knife 2.0.1 Is Coming

I’m working on the next RegEx Knife 2 maintenance release, version 2.0.1. This release addresses a series of iOS 11 compatibility issues and adds support for named capture groups.

iOS 11’s regular expression engine handles named capture groups in the following ways:

Regex: (?<name>pattern)

Substitutions: ${name}

Here’s how named capture groups are displayed in RegEx Knife:

RegEx Knife showing named capture groups

If you are want to help out by testing RegEx Knife, please get in tough with me via email or Twitter.