Skip to content

Commit

Permalink
Update exploration/0477-quoted-literals.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eemeli Aro <eemeli@mozilla.com>
  • Loading branch information
stasm and eemeli authored Nov 10, 2023
1 parent fcd1904 commit 3efa41e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exploration/0477-quoted-literals.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ the vertical line sidesteps the "inwards" and "outwards" problems of escaping.
- [r4 FAIR] Vertical lines are not commonly used as string delimiters
and thus can be harder to learn for beginners.
There's prior art in a practice of using vertical lines as delimiters for inline code literals in email and chat.
Vertical bars can also be used to delimit [regular expressions in `sed`](https://en.wikipedia.org/wiki/Vertical_bar#Delimiter),
and as a separator in [delimiter-separated data formats](http://www.catb.org/~esr/writings/taoup/html/ch05s02.html).
Vertical bars can also be used as a separator in [delimiter-separated data formats](http://www.catb.org/~esr/writings/taoup/html/ch05s02.html).
- [r5 POOR] Vertical lines are not automatically paired by parsers nor IDEs.

## Alternatives Considered
Expand Down

0 comments on commit 3efa41e

Please sign in to comment.