ReplaceRepeatedSlashes | R Documentation |
ReplaceRepeatedSlashes replaces multiple consecutive slashes with a single slash.
ReplaceRepeatedSlashes(string)
string |
The string (file path) potentially having repeated slashes. |
A string with repeated slashes replaced by a single slash.
ReplaceRepeatedSlashes(string = "path//to//folder")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.