Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CQuery

Query language for C#

Examples

var matcher = SimpleQuery.Compile(@"(""word1"" OR ""word2"") AND ""word3""");

matcher("word1 word3"); // -> true
matcher("word2 word3"); // -> true
matcher("word3"); // -> false
matcher("word4"); // -> false

About

Simple query language for C#.NET.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages