Update Home
parent
86ed83fb70
commit
557ecda817
3
Home.md
3
Home.md
|
@ -57,7 +57,8 @@ If you want to use the reader's name in `prn/` scope, you can use `Y/n`!
|
||||||
- `cut/crocodiles/-6/` will become "croc," with the last six letters being cut off
|
- `cut/crocodiles/-6/` will become "croc," with the last six letters being cut off
|
||||||
- `cut/crocodiles/-6/5/` will become "odile" because it starts six spaces from the end and moves five spaces towards the end
|
- `cut/crocodiles/-6/5/` will become "odile" because it starts six spaces from the end and moves five spaces towards the end
|
||||||
- `cut/seagull/3/` will become "gull," with the first three letters being cut off
|
- `cut/seagull/3/` will become "gull," with the first three letters being cut off
|
||||||
- `cut/seagull/0/3/` will become "sea," because it starts at the beginning and moves three spaces towards the end
|
- `cut/seagull/0/3/` will become "sea," because it starts zero spaces from the beginning and moves three spaces towards the end
|
||||||
|
- Zero is assumed to be positive unless the second number is negative
|
||||||
- `cap/words/` turns the words to lowercase, `Cap/words/` capitalizes the first letter, and `CAP/words/` turns the words to ALL CAPS!
|
- `cap/words/` turns the words to lowercase, `Cap/words/` capitalizes the first letter, and `CAP/words/` turns the words to ALL CAPS!
|
||||||
- Please note that all caps can be disruptive for screen reader users. If you are able, consider using the CSS text-transform property instead.
|
- Please note that all caps can be disruptive for screen reader users. If you are able, consider using the CSS text-transform property instead.
|
||||||
- `mrr/words/` will cause the group of words to have its letters reversed, as if mirrored.
|
- `mrr/words/` will cause the group of words to have its letters reversed, as if mirrored.
|
||||||
|
|
Loading…
Reference in New Issue