String Pattern Matching System: Difference between revisions
Jump to navigation
Jump to search
(Importing converted wikitext) |
m (Text replacement - ". ----" to ". ----") |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[String Pattern Matching System]] is a [[Pattern Matching System]] that can solve a [[string pattern matching task]] (by implementing a [[string pattern matching algorithm]]). | |||
* <B>Example(s):</B> | |||
** [[SecondString System]]. | |||
* <B>See:</B> [[Exact String Matching]], [[Approximate String Matching]]. | |||
---- | |||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Stub]] |
Latest revision as of 23:54, 23 September 2021
A String Pattern Matching System is a Pattern Matching System that can solve a string pattern matching task (by implementing a string pattern matching algorithm).
- Example(s):
- See: Exact String Matching, Approximate String Matching.