We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rows(..., 0, -2)
As the title suggests.
A similar design can be found in Python: "123456"[0:-1].
"123456"[0:-1]