getTagNames: Find <tag>-tags in string

View source: R/dictionary.R

getTagNamesR Documentation

Find <tag>-tags in string

Description

Return tags of the form <tag> that are contained in the string x.

Usage

getTagNames(x, bt = c("<>", "[]")[1], dbg = FALSE, expected.length = length(x))

Arguments

x

vector of character

bt

bracket type, must be one of c("<>", "[]"). Default: "<>"

dbg

if TRUE (default is FALSE) debug messages are shown

expected.length

if given and different from the length of x an error is thrown


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