cm0002@lemy.lol to 196@lemmy.blahaj.zone · 1 month agoShadow rule ban listlemy.lolimagemessage-square123fedilinkarrow-up1196arrow-down11file-text
arrow-up1195arrow-down1imageShadow rule ban listlemy.lolcm0002@lemy.lol to 196@lemmy.blahaj.zone · 1 month agomessage-square123fedilinkfile-text
minus-squareŠtěpán@lemmy.cafelinkfedilinkEnglisharrow-up10·1 month agowait couldn’t ([0-9]+)? be simplified to just [0-9]* ?
minus-square[object Object]@lemmy.calinkfedilinkarrow-up10·1 month agoNot if they’re using it as an optional capture group, but they aren’t.
that’s actually hilarious omg
wait couldn’t
([0-9]+)?be simplified to just[0-9]*?Not if they’re using it as an optional capture group, but they aren’t.
Yes