BRACEMATCH-Matchparenthesisinatextstring[POS_MATCH,BRACEDEPTH]=vlt.string.bracematch(STR,POS)Findstherightparenthesis')'thatmatchestheleftparanthesis'('instringSTRatpositionPOS.Onecanmodifythebehaviorofthisfunctionbypassingname/valuepairs:Name(default):|Description---------------------------------------------------------------------braceleft('(')|Thecharactertobetheleftparenthesis|(otherexamples,'[', '{', '<') braceright (')') | The character to be the right parenthesis | (other examples, ']','}','>')bracedepth([])|Tosavetime,ifonehascomputedthe|bracelevelusingthefunctionvlt.string.bracelevel,|onecanpassithere.Ifempty,the|bracelevelwillberecalculated.Examples:str='this is (a test of (depth))';match1=vlt.string.bracematch(str,9)match2=vlt.string.bracematch(str,20)Seealso:vlt.string.bracelevel