pattern
lc
    
 lc is a predefined character class, used in pattern matching, that matches a character from the set of
        the 26 lowercase letters of the Roman alphabet, or any of the characters defined to be a lowercase letter by the
        declare data-letters declaration at the beginning of an OmniMark program.