Added back revers_str and changed the example script
This commit is contained in:
parent
46722c9b5d
commit
705798eeb0
2 changed files with 33 additions and 119 deletions
|
@ -361,6 +361,11 @@ revers() {
|
|||
echo "$result"
|
||||
}
|
||||
|
||||
# Reverses a string
|
||||
revers_str() {
|
||||
splitc | revers | list_join
|
||||
}
|
||||
|
||||
# Removes multiple occurences of
|
||||
# a single character from the beginning
|
||||
# of the list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue