match() in depth!

new topic     » topic index » view thread      » older message » newer message

I didn't know we could do this!

include strtok.e
with trace
sequence test

test = "this is a test of match()"
test = parse(test,32)


if match({"is"},test) then 
 puts(1,"found is\n") 
end if

if match({"s"},test) then 
 puts(1,"found s\n") 
end if

trace(1)
abort(0)

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu