Platform.RegularExpressions.Transformer
0.0.7
See the version list below for details.
dotnet add package Platform.RegularExpressions.Transformer --version 0.0.7
NuGet\Install-Package Platform.RegularExpressions.Transformer -Version 0.0.7
<PackageReference Include="Platform.RegularExpressions.Transformer" Version="0.0.7" />
paket add Platform.RegularExpressions.Transformer --version 0.0.7
#r "nuget: Platform.RegularExpressions.Transformer, 0.0.7"
// Install Platform.RegularExpressions.Transformer as a Cake Addin #addin nuget:?package=Platform.RegularExpressions.Transformer&version=0.0.7 // Install Platform.RegularExpressions.Transformer as a Cake Tool #tool nuget:?package=Platform.RegularExpressions.Transformer&version=0.0.7
LinksPlatform's Platform.RegularExpressions.Transformer Class Library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Platform.RegularExpressions.Transformer:
Package | Downloads |
---|---|
Platform.RegularExpressions.Transformer.CSharpToCpp
LinksPlatform's Platform.RegularExpressions.Transformer.CSharpToCpp Class Library |
|
Platform.RegularExpressions.Transformer.HasuraSQLSimplifier
LinksPlatform's Platform.RegularExpressions.Transformer.HasuraSQLSimplifier Class Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.4 | 1,729 | 9/23/2020 |
0.3.3 | 3,456 | 4/4/2020 |
0.3.2 | 2,493 | 3/7/2020 |
0.3.1 | 1,651 | 3/1/2020 |
0.3.0 | 644 | 3/1/2020 |
0.2.2 | 2,139 | 2/28/2020 |
0.2.1 | 832 | 2/28/2020 |
0.2.0 | 644 | 2/28/2020 |
0.1.0 | 658 | 2/27/2020 |
0.0.8 | 701 | 2/20/2020 |
0.0.7 | 481 | 2/20/2020 |
0.0.6 | 448 | 2/20/2020 |
0.0.5 | 1,439 | 2/9/2020 |
0.0.4 | 8,638 | 10/24/2019 |
0.0.3 | 1,243 | 10/11/2019 |
0.0.2 | 1,068 | 10/7/2019 |
0.0.1 | 490 | 10/7/2019 |
Added move implicit conversion to allow write match pattern as a string inside the tuple.
The rule is stringified now to support debugging.
Context and path in the context are optional now.
int.MaxValue as a maximum repeat count now treated as infinity.
Added a test that shows the transformer is logic is almost the same as markov algorithm's logic.