Skip to content

tidwall/match.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

match.c

A very simple pattern matcher where '*' matches on any number characters and '?' matches on any one character.

Example

match("*llo", 3, "hello", 5); 
match("?ello", 5, "jello", 5); 
match("h*o",  3, "hello", 5);

License

match.c source code is available under the MIT License.

About

Simple string pattern matcher for C

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages