Table of Contents

Namespace SunamoRegex

Classes

RegexHelper

Provides helper methods and precompiled regular expressions for common text validation and pattern matching tasks such as email, URL, phone number, and HTML parsing.

RegexHelperTests

Basic tests for RegexHelper methods within the library project.

Wildcard

Provides wildcard pattern matching built on top of the Regex engine. Cannot be derived directly from Regex because then a wildcard would be passed where a regex is expected. An instance must be created via CreateInstance(string) to ensure proper wildcard-to-regex conversion.

WildcardHelper

Provides helper methods for detecting wildcard patterns in strings.