RemoveTrailingDots: RemoveTrailingDots

View source: R/Stringendo.R

RemoveTrailingDotsR Documentation

RemoveTrailingDots

Description

RemoveTrailingDots removes dots at the beginning and end of a string.

Usage

RemoveTrailingDots(string = "...stairway.to..heaven.")

Arguments

string

The string potentially having unnecessary dots at the beginning or end.

Value

A string with the trailing dots removed.

Examples

RemoveTrailingDots(string = "...stairway.to..heaven.")

vertesy/Stringendo documentation built on Nov. 10, 2024, 4:35 a.m.