LVG Trie Wild Card
I. What is a Wild Card?
Input suffix (key) and output suffix (value) in a rule are used as pattern for matching and changing the input term. Lowercase characters are matched as literals. Some uppercase letters are defined as below and used as wild cards. Other uppercase letters should not be used.
II. Types of Wild Cards
III. Examples
< Ex > $ means any string, such as:
< Ex > Cy$ means any string with suffix as "consonant + y"
< Ex > D$ means any string with suffix as "digit"
< Ex > ^L$ means any string is length of 2 and with suffix as "letter"
< Ex > CVC$ means any string with suffix as "consonant + vowel + consonant"
< Ex > CVSCing$ means any string with suffix as "consonant + vowel + consonant (must be same as the next) + consonant + i + n + g"