Skip to content

The dumbest NuGet package in the world: a wildcard string comparison.

License

Notifications You must be signed in to change notification settings

picrap/WildcardMatch

Repository files navigation

WildcardMatch

Why

I just needed a wildcard match method is some other project and found no NuGet package for it. 😓

How

The library is available as a NuGet package
Using it is simple:

using WildcardMatch;

// the WildcardMatch is a string extension method
bool match = "*.*".WildcardMatch("thisfile.txt");

About

The dumbest NuGet package in the world: a wildcard string comparison.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages