Loner@lemmy.world to Programmer Humor@programming.devEnglish · 2 months ago"AI is gonne take our jobs." The AI:lemmy.worldimagemessage-square45fedilinkarrow-up1231arrow-down14
arrow-up1227arrow-down1image"AI is gonne take our jobs." The AI:lemmy.worldLoner@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square45fedilink
minus-squareirelephant 🍭@lemm.eelinkfedilinkarrow-up0·2 months agostring.contains("something") Just do that repeatedly
minus-squareBassTurd@lemmy.worldlinkfedilinkarrow-up0·2 months agoThe “something” is where the regex goes. For simple cases contains by itself does just fine, but for almost anything kind of dynamic input, it’s going to not be capable of what regex does.
string.contains("something")
Just do that repeatedly
The “something” is where the regex goes. For simple cases contains by itself does just fine, but for almost anything kind of dynamic input, it’s going to not be capable of what regex does.
You’re right, but it was a joke.