| Did you know ... | Search Documentation: |
| regex->file_pattern |
file_pattern represents a common (Unix csh)
file-pattern, translate it into a regular expression representing the
same pattern and associate this using regex->pattern.
The following constructs are mapped:
? .
* .*
[...] [...]
{a,b} \(a\|b\)
The pattern is closed with a’$’sign.