Description Usage See Also Examples
ident is a parser which matches zero or more alphanumeric
characters.
1 | ident()
|
Digit, Lower, Upper,
Alpha, AlphaNum, SpaceCheck,
String, nat,
space, token, identifier,
natural, symbol
1 | ident() ("variable1 = 123")
|
$result
[1] "variable1"
$leftover
[1] " = 123"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.