filesstrings (version 0.4.0)

LocateBraces: Locate the braces in a string.

Description

Give the positions of (, ), [, ], {, } within a string.

Usage

LocateBraces(string)

Arguments

string

A character vector

Value

A list of data frames (tibbles), one for each member of the string character vector. Each data frame has a "position" and "brace" column which give the positions and types of braces in the given string.

Examples

Run this code
LocateBraces(c("a{](kkj)})", "ab(]c{}"))

Run the code above in your browser using DataCamp Workspace