mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
README.md: fix function table
This commit is contained in:
parent
34223f3482
commit
7fce39a349
@ -295,7 +295,7 @@ Name | Description
|
||||
--- | ---
|
||||
`uri_escape` | Percent-encodes unsafe URI characters.
|
||||
`sed` | Performs sed-like regex substitution.
|
||||
`grep` | Searches a string, using 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…
Reference in New Issue
Block a user