-
-
Notifications
You must be signed in to change notification settings - Fork 2
function_format
Wesley de Groot edited this page Oct 23, 2015
·
32 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
Format sort of sprintf
- @param object [object] Wrapper
- @param string str String
- @param string ... Options
- @return string
- @example _.format('my %s', 'wesley');
| Type | @var | Description | Required |
| object | [object] | Wrapper | Optional |
| string | str | String | Required |
| string | ... | Options | Required |
Array
© Wesley de Groot • CC-BY 4.0 • WDGWV