str_replace_brackets: Replace Square Brackets and Curly Braces with Parentheses

View source: R/server-std_names.R

str_replace_bracketsR Documentation

Replace Square Brackets and Curly Braces with Parentheses

Description

'str_replace_brackets()' and 'str_replace_braces()' are convenience functions for replacing square brackets and curly braces with parentheses.

Usage

str_replace_brackets(string)

str_replace_braces(string)

Arguments

string

A character vector

Value

The 'string', with square brackets or curly braces replaced by parentheses


jesse-smith/schedules documentation built on July 21, 2022, 9:40 a.m.