
ReX-T allows you to easily develop complex regular expression patterns and test them. It lets you produce ready-to-use Swift or Objective-C code so you can use it for your own applications. Executing the pattern on any source text will give you a comprehensive overview of the matches, their positions, and lengths. You can save your completed pattern in the Pattern Library for later use.
v4.0 [Nov 1, 2020]
New in 4.0.1:
- Minor bug fixes and cosmetic changes.
New in 4.0.0:
This is a massive overhaul of ReX-T. Major improvements:
- A new Pattern Library lets you store your regular expression patterns.
- The library comes preloaded with many pattern elements and a few useful complete patterns.
- A comprehensive help, including an expansive Regular Expression Glossary and a step-by-step introduction to ReX-T.
- The Source Code Generator now supports Swift 4 (and, optionally, Swift 3.2) - and, of course, Objective-C.
- Lots of small improvements and optimizations.