isDotOrDoubleDot: Does a string end with one or two dots (".", "..")?

View source: R/logical.R

isDotOrDoubleDotR Documentation

Does a string end with one or two dots (".", "..")?

Description

Does a string end with one or two dots (".", "..")?

Usage

isDotOrDoubleDot(x)

Arguments

x

vector of character

Value

vector of logical

Examples


isDotOrDoubleDot(c("a", "b.", "c..", "d", "efg..h"))

KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.