Skip to main content
2 votes

Find the largest contiguous prime in a string

Nekomata, 4 bytes qĜQÅ Attempt This Online! Explanation ...
hakr14's user avatar
  • 5,562
2 votes

`Vo we l spa ci ng`

Haskell, 123 bytes ...
Luke Sharkey's user avatar
1 vote

Number of string permutations that are palindromes

Japt, 7 bytes á â èêS Try it ...
Shaggy's user avatar
  • 45.1k
1 vote

Output the HTML colors

Ruby, 75 bytes Builds a list of possible colors using a Cartesian product and filters down to the correct ones with regex. ...
Value Ink's user avatar
  • 13.6k
1 vote

Display number of occurrences for every character in an input string

Perl 5 -F, 38 + 2 = 40 bytes $k{$_}++for@F;say"$_:$k{$_}"for keys%k Try it online!
Xcali's user avatar
  • 17.1k

Only top scored, non community-wiki answers of a minimum length are eligible