Jump to content

Tokenize a string: Difference between revisions

m
→‎Version #2.: fixing typo
m (→‎Version #2.: fixing typo)
Line 1,482:
if(v1!=d1, vo=v1; next);
if(vo==d1||i==1, listput(Lr,""); p1=i+1; vo=v1; next);
if(i-p1>10, listput(Lr,ssubstr(str,p1,i-p1)); p1=i+1);
vo=v1;
);
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.