You're viewing a single thread.
All Comments
124 comments
cypherix93 @lemmy.world "strawberry".split('').filter(c => c === 'r').length
11 0 ReplySpaceNoodle @lemmy.world len([c if c == 'r' for c in "strawberry"])
9 0 ReplyTiefling IRL @lemmy.blahaj.zone 'strawberry'.match(/r/ig).length
6 0 Replyanti-idpol action @programming.dev (\r (frequencies "strawberry"))
2 0 Reply
124 comments
Scroll to top