hermann on Fri, 23 Jun 2023 11:01:47 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: New syntax of strslice |
On 2023-06-23 09:12, Aurel Page wrote:
Do you mean strsplit?
strsplit works as well, instead of "Vec": ? concat(strsplit("foobar")[2..4]) "oob" ? Just learned that "???pattern" gives help on "pattern".On 4th of 5 help pages for "???str" the available "str" prefixed commands are listed:
... sin sqr strchr strexpand strictargs strictmatch strjoin strprintf strsplit strtex strtime subgrouplist ... Regards, Hwermann.