You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basics/modifiers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ fieldname="*needle"
224
224
225
225
:::
226
226
227
-
The `endswith` modifier will insert a wildcard token (usually `*`) at the end of the provided value(s), such that the value is matched at the end of the field.
227
+
The `endswith` modifier will insert a wildcard token (usually `*`) at the start of the provided value(s), such that the value is matched at the end of the field.
228
228
229
229
---
230
230
@@ -448,7 +448,7 @@ fieldname="needle*"
448
448
449
449
:::
450
450
451
-
The `startswith` modifier will insert a wildcard token (usually `*`) at the start of the provided value(s), such that the value is matched at the beginning of the field.
451
+
The `startswith` modifier will insert a wildcard token (usually `*`) at the end of the provided value(s), such that the value is matched at the beginning of the field.
0 commit comments