sabreW4K3@lazysoci.al to RegEx@programming.dev · 1 month agoWhy won't this work?lazysoci.alimagemessage-square12fedilinkarrow-up19file-text
arrow-up19imageWhy won't this work?lazysoci.alsabreW4K3@lazysoci.al to RegEx@programming.dev · 1 month 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?
Whaaaaaaa, thank you!