Skip to content

Commit

Permalink
Added a descriptions to functions for lucee docs (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Sep 11, 2023
1 parent 15e9db1 commit ce3b98c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```lucee
```lucee+trycf
<cfoutput>
#LSParseCurrency(4.5)#<br>
#LSParseCurrency("$4.50")#<br>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Count of characters to be removed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Start position of search from the left.
2 changes: 1 addition & 1 deletion docs/03.reference/01.functions/sqr/_examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The following code example will output the values returned from the sqr() function for the given input value.

```lucee
```lucee+trycf
<cfoutput>#sqr(4)#</cfoutput>
```
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Value for which to search
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Name of the index.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Value for which to search

0 comments on commit ce3b98c

Please sign in to comment.