Description Usage Arguments Value Examples
Check if the provided tab name follows jQuery best practices
1 | validate_tabName(tabName)
|
tabName |
Tab name to validate |
An error if conditions are not met.
1 2 3 4 5 | ## Not run:
validate_tabName("plop")
validate_tabName("plop*+?") # fails
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.