regXwild 1.1.0
See the version list below for details.
dotnet add package regXwild --version 1.1.0
NuGet\Install-Package regXwild -Version 1.1.0
<PackageReference Include="regXwild" Version="1.1.0" />
paket add regXwild --version 1.1.0
#r "nuget: regXwild, 1.1.0"
// Install regXwild as a Cake Addin #addin nuget:?package=regXwild&version=1.1.0 // Install regXwild as a Cake Tool #tool nuget:?package=regXwild&version=1.1.0
regXwild - Fast and powerful wildcards !
[ Native C/C++ and .NET ]
`*,|,?,^,$,+,#,>` in addition to slow regex engine and more...
This package contains both support of unmanaged and managed code for your projects.
* native_$(Platform): regXwild.dll, regXwild.lib, regXwild.exp, include\*.h
* net40: Conari.dll
~
_ _ _ _ _ _
Source code and all details here: https://github.com/3F/regXwild
~~~~~~~~
Get it via GetNuTool:
==========================================
msbuild gnt.core /p:ngpackages="regXwild/1.1.0"
==========================================
* https://github.com/3F/GetNuTool
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. |
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on regXwild:
Repository | Stars |
---|---|
3F/Conari
🧬 One-touch unmanaged memory, runtime dynamic use of the unmanaged native C/C++ in .NET world, related P/Invoke features, and …
|
public release v1.1
CHANGED: Updated API:
+REGXWILD_API bool searchEssC(const TCHAR* data, const TCHAR* filter, bool ignoreCase);
+REGXWILD_API bool searchExtC(const TCHAR* data, const TCHAR* filter, bool ignoreCase);
FIXED: Headers for C linkage and removed REGXWILD_EXPORTS from conf.
NEW: Added Conari engine for work in .NET
https://github.com/3F/Conari
Use our NuGet package for Native C/C++ & .NET projects.