Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
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"