Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/rest/utils/balanced.ts>range

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
function range
import { range } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/rest/utils/balanced.ts";

For the first non-nested matching pair of a and b in str, return an array with indexes: [ <a index>, <b index> ].

Parameters

a: string
b: string
str: string