validate_regex_match: Check that all match input

View source: R/old_taxa--taxmap--parsers.R

validate_regex_matchR Documentation

Check that all match input

Description

Ensure that all of a character vector matches a regex. Inputs that do not match are excluded.

Usage

validate_regex_match(input, regex)

Arguments

input

(character)

regex

(character of length 1)

Value

character Parts of input matching regex


metacoder documentation built on April 4, 2023, 9:08 a.m.