Sidera.Utilities.KeywordParsing
1.0.9088
dotnet add package Sidera.Utilities.KeywordParsing --version 1.0.9088
NuGet\Install-Package Sidera.Utilities.KeywordParsing -Version 1.0.9088
<PackageReference Include="Sidera.Utilities.KeywordParsing" Version="1.0.9088" />
paket add Sidera.Utilities.KeywordParsing --version 1.0.9088
#r "nuget: Sidera.Utilities.KeywordParsing, 1.0.9088"
// Install Sidera.Utilities.KeywordParsing as a Cake Addin #addin nuget:?package=Sidera.Utilities.KeywordParsing&version=1.0.9088 // Install Sidera.Utilities.KeywordParsing as a Cake Tool #tool nuget:?package=Sidera.Utilities.KeywordParsing&version=1.0.9088
Sidera Keyword Parsing Library
Copyright © 2024 Sidera Enterprises. All rights reserved.
Introduction
This library provides keyword parsing functionality which application developers can implement into their own projects.
A keyword is defined in this context as a substring of a given expression which is assigned a value of a given data type. A keyword must be encapsulated in a pair of opening and closing square brackets to form a placeholder. A keyword may also precede formatting instructions such as a format string, substring range, and character casing in any combination.
A placeholder is defined in the following format:
[keyword(format){m, n}:casing]
such that:
- keyword represents the keyword name defined in the parser dictionary;
- format represents the format string by which to represent the resultant value;
- m represents the start index of the substring range and n represents the length of the substring captured;
- casing may be "UPPERCASE" or "LOWERCASE"; and
- these are optional and may be placed in any order, but must be preceded by the keyword.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.9088 | 109 | 11/18/2024 |
Initial release.