1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

Everywhere: Fix a bunch of typos

This commit is contained in:
Linus Groh 2021-04-18 10:30:03 +02:00
parent cebd3f740b
commit 2b0c361d04
30 changed files with 42 additions and 42 deletions

View file

@ -80,7 +80,7 @@ Removes the prefix _prefix_ (if present) from the given _string_.
Concatenates all the given expressions as lists, and evaluates to a list.
- ${regex\_replace _pattern_ _replacement-template_ _string_}
Replaces all occurences of the regular expression _pattern_ in the given _string_, using the given _replacement-template_.
Replaces all occurrences of the regular expression _pattern_ in the given _string_, using the given _replacement-template_.
Capture groups in _pattern_ can be referred to as `\<group_number>` in the _replacement template_, for example, to reference capture group 1, use `\1`.
##### Evaluate expression