RemoveFinalUnderscores: RemoveFinalUnderscores

View source: R/Stringendo.R

RemoveFinalUnderscoresR Documentation

RemoveFinalUnderscores

Description

RemoveFinalUnderscores removes the final slash(es) from a string (file path).

Usage

RemoveFinalUnderscores(string)

Arguments

string

The string (file path) potentially having a final slash.

Value

A string with the final slash removed.

Examples

RemoveFinalUnderscores(string = "path/to/folder/")

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