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