1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 21:35:41 +02:00

style-guide: update to add standardised regex (#17266)

Update style-guide.md
This commit is contained in:
Kristopher 2025-07-19 18:22:16 -07:00 committed by GitHub
parent 2f6541afbb
commit f87cbf0a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`).
### 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
### Program description