learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 29 days agoMastering jqcodefaster.substack.comexternal-linkmessage-square11linkfedilinkarrow-up137arrow-down16
arrow-up131arrow-down1external-linkMastering jqcodefaster.substack.comlearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 29 days agomessage-square11linkfedilink
minus-squareFishFace@lemmy.worldlinkfedilinkarrow-up1·29 days agoI don’t understand how regex comes into it? Sounds tricky though!
minus-squareBeej Jorgensen@lemmy.sdf.orglinkfedilinkarrow-up2·28 days agoBasically “does this JSON object contain at least these two properties, and is the value of one particular properties a string of digits followed by the letter ‘Z’”, for example.
I don’t understand how regex comes into it? Sounds tricky though!
Basically “does this JSON object contain at least these two properties, and is the value of one particular properties a string of digits followed by the letter ‘Z’”, for example.