Sync
This commit is contained in:
parent
6f050a029e
commit
776bba907c
3887 changed files with 59894 additions and 7280 deletions
|
|
@ -3,5 +3,6 @@ n=4; m=3;
|
|||
u=substr(s,n,m);
|
||||
u=substr(s,n);
|
||||
u=substr(s,1,length(s)-1);
|
||||
u=substr(s,index(s,'def',m);
|
||||
u=substr(s,index(s,'g',m);
|
||||
u=left(s,length(s)-1);
|
||||
u=substr(s,1,length(s)-1);
|
||||
u=substr(s,index(s,'g'),m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue