mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add missing filter to docs (#25262)
This commit is contained in:
parent
734bd58d57
commit
949abd1def
@ -787,6 +787,7 @@ Some examples:
|
||||
|
||||
- Filter `urlencode` will convert an object to a percent-encoded ASCII text string (e.g., for HTTP requests using `application/x-www-form-urlencoded`).
|
||||
- Filter `slugify(separator="_")` will convert a given string into a "slug".
|
||||
- Filter `ordinal` will convert an integer into a number defining a position in a series (e.g., `1st`, `2nd`, `3rd`, `4th`, etc).
|
||||
|
||||
### Regular expressions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user