@Loner to Programmer [email protected]English • 1 month ago"AI is gonne take our jobs." The AI:imagemessage-square55arrow-up1253arrow-down16
arrow-up1247arrow-down1image"AI is gonne take our jobs." The AI:@Loner to Programmer [email protected]English • 1 month agomessage-square55
minus-square@[email protected]linkfedilink1•1 month agostring.contains("something") Just do that repeatedly
minus-square@BassTurdlink1•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.
You’re right, but it was a joke.