Skip to content

Commit

Permalink
Merge pull request #1424 from MitrahSoft/Added_examples_15/03/2024
Browse files Browse the repository at this point in the history
Added a examples for lsIsNumeric() function
  • Loading branch information
zspitzer authored Mar 26, 2024
2 parents 54ea3c6 + c531ebe commit df752f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Locale to use instead of the locale of the page when processing the function
8 changes: 7 additions & 1 deletion docs/03.reference/01.functions/lsisnumeric/_examples.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
*There are currently no examples for this function.*
```luceescript+trycf
writeoutput(lsIsNumeric('123') & "<br>");
writeoutput(lsIsNumeric('five') & "<br>");
writeoutput(lsIsNumeric('3.21') & "<br>");
writeoutput(lsIsNumeric('0012') & "<br>");
writeoutput(lsIsNumeric('00.01'));
```

0 comments on commit df752f0

Please sign in to comment.