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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,9 +103,9 @@ Keywords support simple functions to convert the values
103
103
104
104
| Func | Example | Description |
105
105
|:-----|:-----|:-----|
106
-
| replace(\[old_string\]=\[new_string\]) | `{latest_release\|replace(Git=Proj)}` | Simple replace. E.g. if name contains "Git" string then it will be replaced by "Proj"
107
-
| conditional() | `{latest_release_tag\|conditional()}` | If the value doesn't exist nothing is rendered (the default behaviour is to render the keyword)
108
-
| round(\[number\]) | `{state\|round(2)}` | Rounds the value to number of fractional digits. Not very useful for this card I think (the KString processing code was copied from the other card so I just left this func)
106
+
| `replace([old_string]=[new_string])` | `{latest_release\|replace(Git=Proj)}` | Simple replace. E.g. if name contains "Git" string then it will be replaced by "Proj"
107
+
| `conditional()` | `{latest_release_tag\|conditional()}` | If the value doesn't exist nothing is rendered (the default behaviour is to render the keyword)
108
+
| `round([number])` | `{state\|round(2)}` | Rounds the value to number of fractional digits. Not very useful for this card I think (the KString processing code was copied from the other card so I just left this func)
0 commit comments