| hermann on Fri, 23 Jun 2023 08:51:34 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: New syntax of strslice |
On 2023-06-23 01:35, Jean-Luc ARNAUD wrote:
What is the new syntax for the old strslice function?
I am new to PARI/GP, so do not know "the old strslice".
The only hit for "slice" in user guide is for vectors.
Below works, but may not be the most efficient solution:
? concat(Vec("foobar")[2..4])
"oob"
?
Regards,
Hermann.