Hi!
If a paragraph needs to be teaversed to find all occurances of words ending with a certain pattern(eg *ing), then which will be a better option to use and why? index() or pos().
Thanks
BG
If a paragraph needs to be teaversed to find all occurances of words ending with a certain pattern(eg *ing), then which will be a better option to use and why? index() or pos().
Thanks
BG
Comment