Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

deleted 151 characters in body
Source Link
Kjetil S
  • 6.2k
  • 11
  • 23

Perl 5, 5860 bytes

sub{my%s;my%s;$_=(@r=grep/^s(?!h)/i&!$s{lc$_}++,@_/\bs(?!h)\w*/gi)<7?()"":@r[0"@r[0..6]}6]"

Try it online! Try it online!

Perl 5, 58 bytes

sub{my%s;(@r=grep/^s(?!h)/i&!$s{lc$_}++,@_)<7?():@r[0..6]}

Try it online!

Perl 5, 60 bytes

my%s;$_=(@r=grep!$s{lc$_}++,/\bs(?!h)\w*/gi)<7?"":"@r[0..6]"

Try it online!

Source Link
Kjetil S
  • 6.2k
  • 11
  • 23

Perl 5, 58 bytes

sub{my%s;(@r=grep/^s(?!h)/i&!$s{lc$_}++,@_)<7?():@r[0..6]}

Try it online!

AltStyle によって変換されたページ (->オリジナル) /