Regex
ValueMatchEnumerator
ValueSplitEnumerator
capnames
caps
capsize
capslist
factory
InfiniteMatchTimeout
internalMatchTimeout
pattern
roptions
Regex()
Regex(String)
Regex(SerializationInfo, StreamingContext)
Regex(String, RegexOptions)
Regex(String, RegexOptions, TimeSpan)
~Regex()
CacheSize
CapNames
Caps
MatchTimeout
Options
RightToLeft
CompileToAssembly(RegexCompilationInfo[], AssemblyName)
CompileToAssembly(RegexCompilationInfo[], AssemblyName, CustomAttributeBuilder[])
CompileToAssembly(RegexCompilationInfo[], AssemblyName, CustomAttributeBuilder[], String)
Count(String)
Count(String, String)
Count(String, String, RegexOptions)
Count(String, String, RegexOptions, TimeSpan)
Count(ReadOnlySpan<Char>)
Count(ReadOnlySpan<Char>, Int32)
Count(ReadOnlySpan<Char>, String)
Count(ReadOnlySpan<Char>, String, RegexOptions)
Count(ReadOnlySpan<Char>, String, RegexOptions, TimeSpan)
EnumerateMatches(ReadOnlySpan<Char>)
EnumerateMatches(ReadOnlySpan<Char>, Int32)
EnumerateMatches(ReadOnlySpan<Char>, String)
EnumerateMatches(ReadOnlySpan<Char>, String, RegexOptions)
EnumerateMatches(ReadOnlySpan<Char>, String, RegexOptions, TimeSpan)
EnumerateSplits(ReadOnlySpan<Char>)
EnumerateSplits(ReadOnlySpan<Char>, Int32)
EnumerateSplits(ReadOnlySpan<Char>, String)
EnumerateSplits(ReadOnlySpan<Char>, Int32, Int32)
EnumerateSplits(ReadOnlySpan<Char>, String, RegexOptions)
EnumerateSplits(ReadOnlySpan<Char>, String, RegexOptions, TimeSpan)
Escape(String)
GetGroupNames()
GetGroupNumbers()
GroupNameFromNumber(Int32)
GroupNumberFromName(String)
InitializeReferences()
IsMatch(String)
IsMatch(String, Int32)
IsMatch(String, String)
IsMatch(String, String, RegexOptions)
IsMatch(String, String, RegexOptions, TimeSpan)
IsMatch(ReadOnlySpan<Char>)
IsMatch(ReadOnlySpan<Char>, Int32)
IsMatch(ReadOnlySpan<Char>, String)
IsMatch(ReadOnlySpan<Char>, String, RegexOptions)
IsMatch(ReadOnlySpan<Char>, String, RegexOptions, TimeSpan)
Match(String)
Match(String, Int32)
Match(String, String)
Match(String, Int32, Int32)
Match(String, String, RegexOptions)
Match(String, String, RegexOptions, TimeSpan)
Matches(String)
Matches(String, Int32)
Matches(String, String)
Matches(String, String, RegexOptions)
Matches(String, String, RegexOptions, TimeSpan)
Replace(String, MatchEvaluator)
Replace(String, String)
Replace(String, MatchEvaluator, Int32)
Replace(String, String, Int32)
Replace(String, String, MatchEvaluator)
Replace(String, String, String)
Replace(String, MatchEvaluator, Int32, Int32)
Replace(String, String, Int32, Int32)
Replace(String, String, MatchEvaluator, RegexOptions)
Replace(String, String, String, RegexOptions)
Replace(String, String, MatchEvaluator, RegexOptions, TimeSpan)
Replace(String, String, String, RegexOptions, TimeSpan)
Split(String)
Split(String, Int32)
Split(String, String)
Split(String, Int32, Int32)
Split(String, String, RegexOptions)
Split(String, String, RegexOptions, TimeSpan)
ToString()
Unescape(String)
UseOptionC()
UseOptionR()
ValidateMatchTimeout(TimeSpan)
net9.0
namespace System.Text.RegularExpressions
{
public class Regex : ISerializable
{
public bool IsMatch(ReadOnlySpan<char> input);
}
}
nuget.org | 0.1 %
Reference this API |
---|---|
Design Reviews |
|
.NET | 7.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Text.RegularExpressions , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API