minus-squarenaonintendois@programming.devtoProgrammer Humor@lemmy.ml•Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.linkfedilinkarrow-up8·14 days agoYou’re misreading the ..+? part. That means 2 or more characters, non greedy. linkfedilink
minus-squarenaonintendois@programming.devtoTechnology@lemmy.world•*Permanently Deleted*linkfedilinkEnglisharrow-up47·2 months agoCan we get those settings for adults too? linkfedilink
You’re misreading the
..+?
part. That means 2 or more characters, non greedy.