@Loner to Programmer [email protected]English • 3 days ago"AI is gonne take our jobs." The AI:imagemessage-square55arrow-up1247arrow-down16
arrow-up1241arrow-down1image"AI is gonne take our jobs." The AI:@Loner to Programmer [email protected]English • 3 days agomessage-square55
minus-square@[email protected]linkfedilink1•2 days agostring.contains("something") Just do that repeatedly
minus-square@BassTurdlink1•2 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.