Regular expressions: Difference between revisions

m
Simplified 'format' call
m (Simplified 'format' call)
Line 541:
(and
(match '(@A "<" @N ">" @Z) (chop String))
(format (pack @N))
(prinl @A "<" (inc @) ">" @Z) ) ) )</lang>
Output:
Anonymous user