LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Aug 15, 2003 7:38 am |
%a = match any number of alphanumeric characters (a-z,0-9)
Since %ansi(cyan) is in your pattern, it's
any number of alphanumeric characters (a-z,0-9), followed by "nsicyan", with cyan saved to the %1-%99 parameters.
You can't use functions in the pattern. |
|