make_file_extensions_regex: Create a regex for file extenstions

View source: R/utils.R

make_file_extensions_regexR Documentation

Create a regex for file extenstions

Description

Create a regex for file extenstions

Usage

make_file_extensions_regex(string)

Arguments

string

A character vector with file extensions

Examples

## Not run: 
  make_file_extensions_regex(c("jpg"))
  make_file_extensions_regex(c("jpg", "eps", "bmp"))

## End(Not run)

edsandorf/gizmo documentation built on Oct. 7, 2022, 3:45 p.m.