toggleCase: Swap case of a string

View source: R/dna.R

toggleCaseR Documentation

Swap case of a string

Description

Swap case of a string

Usage

toggleCase(string)

Arguments

string

String to have case toggled

Value

String with lowercase and uppercase swapped

Examples

toggleCase(c('AGTCcccT','AbCdEfG'))

sherrillmix/dnar documentation built on July 18, 2022, 10:07 p.m.