
March 28, 2022
8:33 p.m.
On Mon, Mar 28, 2022 at 02:13:32PM +0200, StrikerOmega wrote:
You can also "grab" values enclosed in brackets or in any kind of character and It works as you would expect.
sample.grab(start="tree:[", end="]")
'Apple tree'
If we have sample = "sqrt(sin(x) + cos(y))" and sample.grab(start="sqrt(", end=")") which of these does it return? 1. "sin(x" 2. "sin(x) + cos(y)" -- Steve