Function to extract string inside Quotes/Parenthesis


Version: 2026b

Type: Features

Category: Programming

Subcategory: Labtalk

Jira: ORG-32685


string Inside(string str$[, mark])$

This function is used to return the substring enclosed by a matching pair of marks.

If mark is omitted, text inside double quotes is returned.

If mark is specified, then 1 = ( ), 2 = [ ], 3 = < > , 4 = { } and 5 = single quotes

In Set Column Values, you can find it under the String category.