Skip to content

Commit

Permalink
Some handlebars functions, not all
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelantVos committed Aug 30, 2023
1 parent b75df69 commit fdb61fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is {{space "Roelant"}} ...spaced out.

This replaces the a's in Roelant with an !: {{StringReplace "Roelant" "a" "!"}}

This adds brackets around the string vlue: {{stringwrap "Example" "[" "]"}}
This adds brackets around the string value: {{stringwrap "Example" "[" "]"}}

{{!-- Demonstrating the array lookup --}}
{{#each dataObjectMappings}}
Expand Down
2 changes: 1 addition & 1 deletion docs/handlebars/extension_stringwrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ This adds brackets around the string value: {{stringwrap "Example" "[" "]"}}
This results in:

```dotnetcli
[EXAMPLE]
[Example]
```

0 comments on commit fdb61fd

Please sign in to comment.