cm0002@lemy.lol to 196@lemmy.blahaj.zone · 2 months agoShadow rule ban listlemy.lolimagemessage-square139linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageShadow rule ban listlemy.lolcm0002@lemy.lol to 196@lemmy.blahaj.zone · 2 months agomessage-square139linkfedilinkfile-text
minus-square[object Object]@lemmy.calinkfedilinkarrow-up0·2 months agoNot if they’re using it as an optional capture group, but they aren’t.
minus-squareKubeRoot@discuss.tchncs.delinkfedilinkEnglisharrow-up0·2 months agoThat’s only if they need to isolate the sequence of numbers after the first 0, otherwise * is already optional.
Not if they’re using it as an optional capture group, but they aren’t.
That’s only if they need to isolate the sequence of numbers after the first 0, otherwise
*is already optional.