Jump to content

Repeat a string: Difference between revisions

m
Line 1,325:
 
=={{header|jq}}==
<syntaxhighlight lang="jq">"a " * 3' # => "a a a "</syntaxhighlight>
 
Note that if the integer multiplicand is 0, then the result is the JSON value '''null'''.
2,472

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.