Pattern Matching
| lower | convert an atom or sequence to lower case |
| upper | convert an atom or sequence to upper case |
| scanf | find params for which sprintf could have produced s |
| wildcard_match | match a pattern containing ? and * wildcards |
| wildcard_file | match a file name against a wildcard specification |
| See Also: | regex.e |