Content deleted Content added
HouseBlaster (talk | contribs) create a draft |
HouseBlaster (talk | contribs) test |
||
Line 10:
if not nextMatchRange then
-- we did not find any occurances, so return the current count
return tostring(numberEncountered)
else
-- we found the next match, so increment the numberEncountered and update the currentStartIndex
|