sabreW4K3@lazysoci.al to RegEx@programming.dev · 2 months agoWhy won't this work?lazysoci.alimagemessage-square12fedilinkarrow-up19file-text
arrow-up19imageWhy won't this work?lazysoci.alsabreW4K3@lazysoci.al to RegEx@programming.dev · 2 months agomessage-square12fedilinkfile-text
(?<!\d)\d+\.\d+ should match the numbers at the end of the lines and yet it won’t. What am I doing wrong?
minus-squaresabreW4K3@lazysoci.alOPlinkfedilinkarrow-up2·1 month agoIt’s a terrible solution, but it works somewhat. Thanks for being nice.
oh nice solution, quite elegant
It’s a terrible solution, but it works somewhat. Thanks for being nice.