Loner@lemmy.world to Programmer Humor@programming.devEnglish · 1 month ago"AI is gonne take our jobs." The AI:lemmy.worldimagemessage-square45fedilinkarrow-up1230arrow-down14
arrow-up1226arrow-down1image"AI is gonne take our jobs." The AI:lemmy.worldLoner@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square45fedilink
minus-squareIrelephant@lemm.eelinkfedilinkarrow-up0·1 month agostring.contains("something") Just do that repeatedly
minus-squareBassTurd@lemmy.worldlinkfedilinkarrow-up0·30 days 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.