System.Text.RegularExpressions (4.3.0)
Published 2023-05-05 11:43:14 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.3.0 System.Text.RegularExpressions
About this package
Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine.
Commonly Used Types: System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Match System.Text.RegularExpressions.Group System.Text.RegularExpressions.Capture System.Text.RegularExpressions.MatchEvaluator
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
System.Collections | 4.3.0 | .NETCore5.0 |
System.Globalization | 4.3.0 | .NETCore5.0 |
System.Resources.ResourceManager | 4.3.0 | .NETCore5.0 |
System.Runtime | 4.3.0 | .NETCore5.0 |
System.Runtime.Extensions | 4.3.0 | .NETCore5.0 |
System.Threading | 4.3.0 | .NETCore5.0 |
System.Runtime | 4.3.0 | .NETCoreApp1.1 |
System.Runtime | 4.3.0 | .NETStandard1.0 |
System.Runtime | 4.3.0 | .NETStandard1.3 |
System.Collections | 4.3.0 | .NETStandard1.6 |
System.Globalization | 4.3.0 | .NETStandard1.6 |
System.Resources.ResourceManager | 4.3.0 | .NETStandard1.6 |
System.Runtime | 4.3.0 | .NETStandard1.6 |
System.Runtime.Extensions | 4.3.0 | .NETStandard1.6 |
System.Threading | 4.3.0 | .NETStandard1.6 |