Ascentis.RegExSQL
1.1.0.4
See the version list below for details.
dotnet add package Ascentis.RegExSQL --version 1.1.0.4
NuGet\Install-Package Ascentis.RegExSQL -Version 1.1.0.4
<PackageReference Include="Ascentis.RegExSQL" Version="1.1.0.4" />
paket add Ascentis.RegExSQL --version 1.1.0.4
#r "nuget: Ascentis.RegExSQL, 1.1.0.4"
// Install Ascentis.RegExSQL as a Cake Addin #addin nuget:?package=Ascentis.RegExSQL&version=1.1.0.4 // Install Ascentis.RegExSQL as a Cake Tool #tool nuget:?package=Ascentis.RegExSQL&version=1.1.0.4
mssql-regex
Simple package allowing to use CLR Regex class within MSSQL. The package caches compiled Regex objects based on regex pattern. Regex objects are popped from the cache, used and returned back to the cache. There's an initial cost upon executing a new regex as the regex plan is compiled into intermediate language opcodes and cached for reuse.
The functions return either a scalar string value or the ones that are named Matches return a table of strings containing each match.
There's a cleanup timer that runs every 10 seconds and it will cleanup all regex stacks not used in the last 60 seconds.
The library provides a set of functions to inspect the status of the cache and the number of executions performed since the library was loaded. Methods to reset the stats are provided.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.
First release