Learn R Programming

chatAI4R (version 0.3.6)

removeQuotations: Remove All Types of Quotations from Text

Description

This function takes a text string as input and removes all occurrences of single, double, and back quotations marks.

Usage

removeQuotations(text)

Value

A character string with all types of quotations removed.

Arguments

text

A character string from which quotations will be removed.

Author

Satoshi Kume

Examples

Run this code
if (FALSE) {
removeQuotations("\"XXX'`\"YYY'`") # Returns "XXXYYY"
}

Run the code above in your browser using DataLab