countDotOrUnderscoreSeparated | R Documentation |
This function counts the number of "." characters in a given string.
countDotOrUnderscoreSeparated(string)
string |
A character string in which the number of "." characters will be counted. Default: None. |
An integer representing the number of "." characters in the string.
An integer representing the number of "." characters in the string.
## Not run:
countDotOrUnderscoreSeparated("Hello.World...")
countDotOrUnderscoreSeparated("add_translated_metadata")
countDotOrUnderscoreSeparated("add_translated.metadata")
countDotOrUnderscoreSeparated("add translated metadata")
countDotOrUnderscoreSeparated("addTranslatedMetadata")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.