Text.RegularExpressions API inventory
Provides Regex, Match, Group, Capture, and option-shaped APIs for familiar regular-expression workflows.
Ownership and selection
| Fact | Pinned value |
|---|---|
| Physical owner | modules/text-regular-expressions |
| CMake target | SharpRuntime::Text.RegularExpressions |
| Component kind | interface |
| Direct production dependencies | Core.Base |
| External dependency | None |
| Public headers | 12 |
| Production sources | 0 |
Select the component
set(SHARP_RUNTIME_COMPONENTS Text.RegularExpressions)
set(SHARP_RUNTIME_BUILD_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(sharp-runtime)
target_link_libraries(app PRIVATE SharpRuntime::Text.RegularExpressions)Compatibility and platform notes
The native backend and Unicode model do not implement every .NET regex construct or culture-sensitive behavior. Treat patterns as a tested subset rather than source-compatible regex bytecode.
Implementation-status evidence
The owning module has no dedicated C++ test source at this pin. That is evidence about test topology, not a maturity score; behavior may still be exercised transitively or in integration tests.
This page deliberately reports source and test topology instead of a hand-authored Done/Partial maturity badge. Consult limitations and subsystem documentation for material behavioral reductions.
Public header and entry inventory
This complete list is derived from modules/text-regular-expressions/include. Each filename is a public discovery entry; it may declare more than one type, and it does not imply method-level .NET parity.
System::Text::RegularExpressions12 public headers
System/Text/RegularExpressions/Capture.hppSystem/Text/RegularExpressions/CaptureCollection.hppSystem/Text/RegularExpressions/Group.hppSystem/Text/RegularExpressions/GroupCollection.hppSystem/Text/RegularExpressions/Match.hppSystem/Text/RegularExpressions/MatchCollection.hppSystem/Text/RegularExpressions/MatchEvaluator.hppSystem/Text/RegularExpressions/Regex.hppSystem/Text/RegularExpressions/RegexMatchTimeoutException.hppSystem/Text/RegularExpressions/RegexOptions.hppSystem/Text/RegularExpressions/RegexParseError.hppSystem/Text/RegularExpressions/RegexParseException.hpp