View source: R/debugger_utils.R
is_valid_regex | R Documentation |
Helper function to determine whether the provided regex is valid.
is_valid_regex(regex)
regex |
(str): The user provided regex. |
bool: Indicates whether the provided regex was valid or not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.