Text.RegularExpressions API inventory

Provides Regex, Match, Group, Capture, and option-shaped APIs for familiar regular-expression workflows.

Generated public inventory12 headersSource 6d429559

Ownership and selection

FactPinned value
Physical ownermodules/text-regular-expressions
CMake targetSharpRuntime::Text.RegularExpressions
Component kindinterface
Direct production dependenciesCore.Base
External dependencyNone
Public headers12
Production sources0

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