SoftCircuits.Parsing.Helper
2.0.2
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. Now includes several methods that support regular expressions.
See the version list below for details.
Install-Package SoftCircuits.Parsing.Helper -Version 2.0.2
dotnet add package SoftCircuits.Parsing.Helper --version 2.0.2
<PackageReference Include="SoftCircuits.Parsing.Helper" Version="2.0.2" />
paket add SoftCircuits.Parsing.Helper --version 2.0.2
#r "nuget: SoftCircuits.Parsing.Helper, 2.0.2"
// Install SoftCircuits.Parsing.Helper as a Cake Addin
#addin nuget:?package=SoftCircuits.Parsing.Helper&version=2.0.2
// Install SoftCircuits.Parsing.Helper as a Cake Tool
#tool nuget:?package=SoftCircuits.Parsing.Helper&version=2.0.2
Release Notes
Added ParseLine() method; Changed meaning of SkipToNextLine() return value: Before it returned false if the new position is at the end of the file. Now it returns true as long as a new line was found.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (3)
Showing the top 3 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.
Now targets either .NET Standard 2.0 or .NET 5.0 and supports nullable reference types.
|
|
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.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 39 | 2/19/2021 |
3.0.4 | 125 | 11/29/2020 |
3.0.3 | 105 | 11/24/2020 |
3.0.2 | 218 | 10/26/2020 |
3.0.1 | 99 | 10/26/2020 |
3.0.0 | 156 | 10/25/2020 |
2.4.0 | 198 | 10/25/2020 |
2.3.2 | 116 | 10/24/2020 |
2.3.1 | 168 | 10/23/2020 |
2.3.0 | 231 | 10/23/2020 |
2.2.0 | 119 | 10/21/2020 |
2.1.1 | 135 | 10/21/2020 |
2.1.0 | 170 | 10/18/2020 |
2.0.2 | 165 | 7/3/2020 |
2.0.1 | 215 | 6/28/2020 |
2.0.0 | 160 | 6/22/2020 |
1.2.0 | 187 | 6/7/2020 |
1.0.17 | 207 | 5/23/2020 |
1.0.16 | 172 | 4/15/2020 |
1.0.15 | 181 | 4/3/2020 |
1.0.14 | 217 | 3/31/2020 |
1.0.13 | 196 | 3/24/2020 |
1.0.12 | 190 | 3/16/2020 |
1.0.11 | 178 | 3/13/2020 |
1.0.10 | 475 | 2/27/2020 |
1.0.9 | 200 | 2/26/2020 |
1.0.8 | 237 | 2/26/2020 |
1.0.7 | 168 | 2/24/2020 |
1.0.6 | 188 | 2/23/2020 |
1.0.5 | 302 | 2/16/2020 |
1.0.4 | 152 | 2/14/2020 |
1.0.3 | 170 | 2/14/2020 |
1.0.2 | 220 | 12/26/2019 |
1.0.1 | 194 | 12/11/2019 |
1.0.0 | 211 | 12/11/2019 |