SoftCircuits.Parsing.Helper 4.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SoftCircuits.Parsing.Helper --version 4.0.0
                    
NuGet\Install-Package SoftCircuits.Parsing.Helper -Version 4.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SoftCircuits.Parsing.Helper" Version="4.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SoftCircuits.Parsing.Helper" Version="4.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SoftCircuits.Parsing.Helper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SoftCircuits.Parsing.Helper --version 4.0.0
                    
#r "nuget: SoftCircuits.Parsing.Helper, 4.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SoftCircuits.Parsing.Helper&version=4.0.0
                    
Install SoftCircuits.Parsing.Helper as a Cake Addin
#tool nuget:?package=SoftCircuits.Parsing.Helper&version=4.0.0
                    
Install SoftCircuits.Parsing.Helper as a Cake Tool

A .NET class library that makes it easier to parse text. The library tracks the current position within the text, ensures your code never attempts to access a character at an invalid index, and includes many methods that make parsing easier. The library makes your text-parsing code more concise and more robust. Includes support for regular expressions.

Now targets .NET Standard 2.0 or .NET 5.0.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net5.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SoftCircuits.Parsing.Helper:

Package Downloads
SoftCircuits.ExpressionEvaluator

.NET library that will evaluate a string expression. Expressions can include integer, double and string operands. Operators can include "+", "-", "*", "/", "%", "^" and "&". Supports custom functions and symbols. Provides easy integration with any application.

SoftCircuits.CommandLineParser

Simple and lightweight command-line parser. Supports regular arguments, flag arguments and extended arguments (in the form: -mode:extArg). Arguments, flag arguments, and extended arguments can all be wrapped in quotes in order to include whitespace. Now targets .NET Standard 2.0 or .NET 5.0 and supports nullable reference types.

SoftCircuits.CodeColorizer

Code Colorizer is a .NET class library to convert source code to HTML with syntax coloring. The library is language-agnostic, meaning that the the same code is used for all supported languages. Only the language rules change for each language. Library now targets either .NET 5.0 or .NET Standard 2.0 and supports nullable reference types.

BitMagic.Compiler

X16 Emulator and Debugger

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0 146 5 months ago
5.1.0 239 3/17/2024
5.0.0 377 7/16/2023
4.2.0 989 10/2/2022
4.1.0 1,337 12/12/2021
4.0.1 1,512 8/29/2021
4.0.0 585 2/19/2021
3.0.4 469 11/29/2020
3.0.3 439 11/24/2020
3.0.2 1,055 10/26/2020
3.0.1 431 10/26/2020
3.0.0 486 10/25/2020
2.4.0 546 10/25/2020
2.3.2 455 10/24/2020
2.3.1 493 10/23/2020
2.3.0 854 10/23/2020
2.2.0 465 10/21/2020
2.1.1 530 10/21/2020
2.1.0 535 10/18/2020
2.0.2 509 7/3/2020
2.0.1 556 6/28/2020
2.0.0 502 6/22/2020
1.2.0 509 6/7/2020
1.0.17 541 5/23/2020
1.0.16 506 4/15/2020
1.0.15 532 4/3/2020
1.0.14 567 3/31/2020
1.0.13 537 3/24/2020
1.0.12 527 3/16/2020
1.0.11 516 3/13/2020
1.0.10 12,256 2/27/2020
1.0.9 553 2/26/2020
1.0.8 580 2/26/2020
1.0.7 521 2/24/2020
1.0.6 511 2/23/2020
1.0.5 630 2/16/2020
1.0.4 502 2/14/2020
1.0.3 508 2/14/2020
1.0.2 582 12/26/2019
1.0.1 567 12/11/2019
1.0.0 579 12/11/2019

Now targets either .NET Standard 2.0 or .NET 5.0.