The asterisk is part of a regular _expression_ that says "a double quote followed by zero or more of any character followed by a period-pee-eye-eff-double quote". The first period is not escaped, and is a RE wildcard matching any character; the asterisk specifies how many should be matched.
Oblio
At 01:05 PM 8/20/2003 -0700, you wrote:
B~(name=".*\.vbs"|name=".*\.shs"|name=".*\.scr"|name=".*\.vba"|name=".*\.pif"|name=".*\.bat"|name=".*\.vbe"):NUL
I am trying to figure out how this script line was created, especially where the "name=" is coming from, and where the asterisk of wild card is coming from? (they are not included in the syntax editor aid.)
Would someone on this forum give a brief explanation?
name=".*\.pif"
Thanks
Geza
