in reply to Re^2: String expansion script
in thread String expansion script
D'Oh. --me (jdporter--) for not actually testing your code before making a statement about its behavior.
So I tested your code, and it doesn't do for me what you say it does for you:
/[09:10]//{x:y}//09/ /10/
/[09:10]/{x:y}//x/ /y/
/[09:10]/x/ /[09:10]/y/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: String expansion script
by blazar (Canon) on Feb 04, 2005 at 08:35 UTC |