Title

say my $candidates = all
  «Alphabet subdermatoglyphic
  ‘Emily Jung Schwartzkopf’».pick: 2;

say “All isograms? {.so ?? ‘✔’ !! ‘❌’}”
  given is-isogram($candidates);

sub is-isogram (Str $_ --> Bool) {
  .uc.comb(/<:L>/).Bag ⊆ 'A'..'Z' }

Title HTML


Subtitle

All Exercises Link

Title


Raku

Title

Paragraph HTML

Learn More

Title

No Concepts

See All Exercises
Raku

Title

Description

Join Button