String Match Types
Summary
String match types for searching.
String Match Types
Namespace | Identifier | Authority | Name | Constants |
---|---|---|---|---|
stringmatch | Exact | okapia.net | Exact String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | IgnoreCase | okapia.net | Ignore Case String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | Word | okapia.net | Word String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | WordIgnoreCase | okapia.net | Word Ignore Case String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | Wildcard | okapia.net | Wildcard String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | Regex | okapia.net | Regular Expression String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | Sound | okapia.net | Sound String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | Soundex | okapia.net | Soundex String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | Metaphone | okapia.net | Metaphone String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | Dmetaphone | okapia.net | Dmetaphone String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |
stringmatch | Levenshtein | okapia.net | Levenshtein String Match | net.okapia.osid.primordium.types.search.StringMatchTypes |