escapeRegex | R Documentation |
This function takes a string and escapes all of the special characters in the
string. For example, the .
in VB.NET
will be escaped with a slash (though
regular R printing will make it look like there are two slashes).
escapeRegex(string)
string |
A regular expression to escape |
string
, escaped.
## Not run:
escapeRegex("Tom&Jerry")
escapeRegex(".Net")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.