Ascentis.RegExSQL 1.1.0.4

There is a newer version of this package available.
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
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="Ascentis.RegExSQL" Version="1.1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ascentis.RegExSQL --version 1.1.0.4
#r "nuget: Ascentis.RegExSQL, 1.1.0.4"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
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.1.13 458 7/6/2022
1.1.3.13 551 9/18/2020
1.1.2.12 486 9/16/2020
1.1.2.11 492 9/16/2020
1.1.2.10 624 9/16/2020
1.1.1.9 417 9/14/2020
1.1.0.7 439 9/11/2020
1.1.0.6 405 9/11/2020
1.1.0.5 406 9/11/2020
1.1.0.4 414 9/11/2020

First release