Multiplatform (MacOS and iOS) project to test Regex using SwiftUI. Can be easily modified using SwiftUI by cloning the repo and working your magic!
Current Functionality:
- Input regular expression, sample text and display captured text, details about capture.
Leaving as is for now, but will possibly add some of the following features as needed:
- Compile RegexBuilder expressions from regular expressions
- Compile regular expressions from RegexBuilder expressions
- Cheat Sheet for regular expressions
- Cheat Sheet for RegexBuilder components
- Quick Add for regular expressions
- Quick Add for RegexBuilder components
- Common Samples