str_remove_parenthetic: Remove Text Surrounded by Parentheses

View source: R/server-std_names.R

str_remove_parentheticR Documentation

Remove Text Surrounded by Parentheses

Description

'str_remove_parenthetic()' removes parenthetic expressions from strings (i.e. "Hi, Alice (and Bob)!" becomes "Hi, Alice !").

Usage

str_remove_parenthetic(string)

Arguments

string

A character vector

Value

The input 'string', with parenthetic expressions removed


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