Commit Graph

5 Commits

Author SHA1 Message Date
Sam Chau
77f996f8c5 feat(regex): implement .NET regex testing via PowerShell and enhance UI components 2025-08-27 02:38:01 +09:30
Sam Chau
ef86fa251f feat(regex): add .NET regex validation via PowerShell and integrate into frontend 2025-08-27 01:34:10 +09:30
Sam Chau
f00cb3ea61 fix: remove frontend regex validation
- handled completely in the backend now
2025-02-07 06:08:43 +10:30
Sam Chau
a5a04610ca feat: enhance error handling and validation in useRegexModal for improved user feedback 2025-02-05 16:09:59 +10:30
Sam Chau
6ff0e79a28 feature: regex patterns (#10)
- add new regex patterns, matched using PCRE2, with case insensitivity
- name, description, pattern, tags
- add unit tests, attempt to highlight matches
2025-02-05 16:09:59 +10:30