ganalytics (version 0.10.4)

IsRegEx: IsRegEx.

Description

Checks for a regular expression.

Usage

IsRegEx(object)

# S4 method for .dimComparator IsRegEx(object)

# S4 method for .expr IsRegEx(object)

Arguments

object

An object to check if whether a regular expression.

Value

TRUE or FALSE

Methods (by class)

  • .dimComparator: Test whether the supplied comparator is for a regular expression.

  • .expr: Test whether a conditional expression is using regular expression match.