Merge branch 'master' of github.com:hadley/r4ds
This commit is contained in:
		@@ -330,7 +330,7 @@ str_view(c("grey", "gray"), "gr(e|a)y")
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Repetition
 | 
					### Repetition
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The next step up in power involves control how many times a pattern matches:
 | 
					The next step up in power involves control over how many times a pattern matches:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* `?`: 0 or 1
 | 
					* `?`: 0 or 1
 | 
				
			||||||
* `+`: 1 or more
 | 
					* `+`: 1 or more
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user