Description Usage Arguments Value Examples
Utility functions
1 2 3 4 5 6 7 8 9 10 11 | cat2(fmt, ...)
cat3(fmt, ...)
cat4(fmt, ...)
rm_trailing(path)
file_exists(filepath)
check_file_exists(filepath)
|
fmt, ... |
passed to |
filepath, path |
path to file |
None
1 2 3 4 5 | cat2("this is a '%s' text", 'yellow')
cat3("this is a '%s' text", 'purple')
cat4("this is a '%s' text", 'blue')
rm_trailing("foo/bar/")
# "foo/bar"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.