Varenuha Beginner
Joined: 28 May 2002 Posts: 10 Location: Estonia
|
Posted: Mon Oct 06, 2003 6:01 pm
Problem with symbols |
problem:
im catching 'Exits' line from my mud
It starts with 'Exits:'
and then 1-6 directions containig west, east, north, south, up, down or none.
so far i tried to catch them with Pattern: Exits: (%1)
but here already comes the trouble sometimes those exits must be surrounded with symbols.
Exits: =north=, [east], (south), <west>, *up*, ^down^ or even combined.
but zmud sees only = and 'forgots' about others!
Is here any way to catch that line to string list variable WITH symbols surrounding and use those values later in evaluating? |
|