Remove typo
This commit is contained in:
@@ -427,10 +427,6 @@ str_view(x, "-x{2,}-") # [2, Inf)
|
|||||||
str_view(x, "-x{2,3}-") # [2, 3]
|
str_view(x, "-x{2,3}-") # [2, 3]
|
||||||
```
|
```
|
||||||
|
|
||||||
```{r}
|
|
||||||
str_view(fruit, "")
|
|
||||||
```
|
|
||||||
|
|
||||||
### Operator precedence and parentheses
|
### Operator precedence and parentheses
|
||||||
|
|
||||||
What does `ab+` match?
|
What does `ab+` match?
|
||||||
@@ -834,4 +830,3 @@ head(dir(pattern = "\\.Rmd$"))
|
|||||||
|
|
||||||
Another useful reference is [https://www.regular-expressions.info/](https://www.regular-expressions.info/tutorial.html).
|
Another useful reference is [https://www.regular-expressions.info/](https://www.regular-expressions.info/tutorial.html).
|
||||||
It's not R specific, but it covers the most advanced features and explains how regular expressions work under the hood.
|
It's not R specific, but it covers the most advanced features and explains how regular expressions work under the hood.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user