+---
headline: jq Manual
body: |
input: '[[0,1], ["a","b","c"]]'
output: ['[false, true]']
- - title: `in`
+ - title: "`in`"
body: |
The builtin function `in` returns the input key is in the
input: '"a,b, cd, efg, hijk"'
output: ['12']
- - title: `inside`
+ - title: "`inside`"
body: |
The filter `inside(b)` will produce true if the input is
example:
- program: 'ascii_upcase'
- input: '"useful but not for é"'
- output: '"USEFUL BUT NOT FOR é"'
+ input: '"useful but not for é"'
+ output: '"USEFUL BUT NOT FOR é"'
- title: "`while(cond; update)`"
body: |