SoftCircuits.Parsing.Helper
3.0.4
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 3.0.4
dotnet add package SoftCircuits.Parsing.Helper --version 3.0.4
<PackageReference Include="SoftCircuits.Parsing.Helper" Version="3.0.4" />
paket add SoftCircuits.Parsing.Helper --version 3.0.4
#r "nuget: SoftCircuits.Parsing.Helper, 3.0.4"
Release Notes
Added overloads to all regular expression methods that accept a RegEx instance instead of a regular expression string (provides an optimization when performing multiple tasks with the same regular expression); New unit tests.
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 | 25 | 2/19/2021 |
3.0.4 | 89 | 11/29/2020 |
3.0.3 | 70 | 11/24/2020 |
3.0.2 | 179 | 10/26/2020 |
3.0.1 | 64 | 10/26/2020 |
3.0.0 | 120 | 10/25/2020 |
2.4.0 | 167 | 10/25/2020 |
2.3.2 | 86 | 10/24/2020 |
2.3.1 | 137 | 10/23/2020 |
2.3.0 | 194 | 10/23/2020 |
2.2.0 | 89 | 10/21/2020 |
2.1.1 | 104 | 10/21/2020 |
2.1.0 | 140 | 10/18/2020 |
2.0.2 | 134 | 7/3/2020 |
2.0.1 | 183 | 6/28/2020 |
2.0.0 | 129 | 6/22/2020 |
1.2.0 | 155 | 6/7/2020 |
1.0.17 | 176 | 5/23/2020 |
1.0.16 | 141 | 4/15/2020 |
1.0.15 | 150 | 4/3/2020 |
1.0.14 | 185 | 3/31/2020 |
1.0.13 | 164 | 3/24/2020 |
1.0.12 | 159 | 3/16/2020 |
1.0.11 | 146 | 3/13/2020 |
1.0.10 | 391 | 2/27/2020 |
1.0.9 | 168 | 2/26/2020 |
1.0.8 | 206 | 2/26/2020 |
1.0.7 | 136 | 2/24/2020 |
1.0.6 | 156 | 2/23/2020 |
1.0.5 | 271 | 2/16/2020 |
1.0.4 | 121 | 2/14/2020 |
1.0.3 | 139 | 2/14/2020 |
1.0.2 | 194 | 12/26/2019 |
1.0.1 | 163 | 12/11/2019 |
1.0.0 | 185 | 12/11/2019 |