1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/strings_test.md

551 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true false false false Fun - strings_test.fun — overview Documentation for strings_test.fun — overview Documentation for strings_test.fun — overview /documentation/examples/strings_test/ en
example
strings_test

What it shows

  • String helpers and edge cases; splitting, joining, trimming, and formatting.

How to run

  • export FUN_LIB_DIR="./lib"
  • ./build_debug/fun examples/strings_test.fun
  • Or: fun examples/strings_test.fun