mirror of
				https://github.com/pragma-/pbot.git
				synced 2025-11-04 08:37:24 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									d8a648a72b
								
							
						
					
					
						commit
						34223f3482
					
				@ -295,7 +295,7 @@ Name | Description
 | 
			
		||||
--- | ---
 | 
			
		||||
`uri_escape` | Percent-encodes unsafe URI characters.
 | 
			
		||||
`sed` | Performs sed-like regex substitution.
 | 
			
		||||
`grep` | Searches a string for a regex and prints the matching whole-word (e.g. `echo pizza hamburger hotdog | {grep burger}` outputs `hamburger`).
 | 
			
		||||
`grep` | Searches a string, using a regex, and prints the matching whole-word (e.g. `echo pizza hamburger hotdog | {grep burger}` outputs `hamburger`).
 | 
			
		||||
`pluralize` | Intelligently makes a word or phrase plural.
 | 
			
		||||
`unquote` | Removes surrounding quotation marks.
 | 
			
		||||
`title` | Title-cases text. That is, lowercases the text then uppercases the first letter of each word.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user