It must be a silent RSchal330@lemmy.world to Programmer Humor@programming.dev – 813 points – 3 months ago124Post a CommentPreviewYou are viewing a single commentView all comments"strawberry".split('').filter(c => c === 'r').lengthlen([c if c == 'r' for c in "strawberry"])1 more...'strawberry'.match(/r/ig).length(\r (frequencies "strawberry"))3 more...
"strawberry".split('').filter(c => c === 'r').lengthlen([c if c == 'r' for c in "strawberry"])1 more...'strawberry'.match(/r/ig).length(\r (frequencies "strawberry"))3 more...
"strawberry".split('').filter(c => c === 'r').length
len([c if c == 'r' for c in "strawberry"])
'strawberry'.match(/r/ig).length
(\r (frequencies "strawberry"))