mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 02:35:40 +02:00
style-guide: update to add standardised regex
(#17266)
Update style-guide.md
This commit is contained in:
parent
2f6541afbb
commit
f87cbf0a2c
1 changed files with 8 additions and 0 deletions
|
@ -315,6 +315,14 @@ When describing keycaps or a keyboard shortcut for a utility, use the same [keyp
|
||||||
|
|
||||||
If a program requires root privileges to run and doesn't provide its own prompt for a password, prepend the command with `sudo` (e.g. `sudo apt update`).
|
If a program requires root privileges to run and doesn't provide its own prompt for a password, prepend the command with `sudo` (e.g. `sudo apt update`).
|
||||||
|
|
||||||
|
### Standardized Terms
|
||||||
|
|
||||||
|
Some terms are used repeatedly throughout pages, and as such, should be standardized. These include:
|
||||||
|
|
||||||
|
| Term | Standard | Explanation |
|
||||||
|
|---|---|---|
|
||||||
|
| Regular expression | `` `regex` `` | `regex` defines a match pattern given a string of characters (https://en.wikipedia.org/wiki/Regular_expression). |
|
||||||
|
|
||||||
## Heading
|
## Heading
|
||||||
|
|
||||||
### Program description
|
### Program description
|
||||||
|
|
Loading…
Add table
Reference in a new issue