remove_all_brackets: Removes all brackets

View source: R/remove.R

remove_all_bracketsR Documentation

Removes all brackets

Description

Takes a string as input and removes everything between square and round brackets. The function wraps around remove_square_brackets and remove_round_brackets. To avoid problems, we first remove square brackets.

Usage

remove_all_brackets(string)

Arguments

string

A character string

Value

A string without brackets


spdesign documentation built on July 2, 2026, 5:06 p.m.