Description Usage Arguments Details Value Classification Note Author(s) Examples
Create a sentence from given content
1 | sentensize(x_s, ...)
|
x_s |
An unconstrained vector of string values |
... |
additional arguments (should be convertible to |
Collate all arguments, then normalize spaces.
Finally, ensure capitalization of first letter and final colon.
A single string.
STRATUM ▶ LAYER_1
PHASING ▶ BUILD
INTENT ▶ PARTS_BUILDING
There is no way to ask for a different final punctuation mark. If you need to
do so, either create your own helper function or simply sub
provided result.
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
1 2 | sentensize('a quick brown FOX jumps\tover', 'the lazy dog')
# "A quick brown FOX jumps over the lazy dog."
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.