/.*/x
in regexp.
#
- # *
:: Matches all files regular files
+ # *
:: Matches all regular files
# c*
:: Matches all files beginning with c
# *c
:: Matches all files ending with c
# \*c*
:: Matches all files that have c
in them