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 28 characters in body
Source Link
emanresu A
  • 46.2k
  • 5
  • 111
  • 257

Vyxal Vyxal jr, 136 bytes

ƛkzḟ:u=[n|kzȯƛkzẆḢṅ

Try it Online! Try it Online!

Flags are unintentional. -5 thanks to tybocopperkettle.

ƛ # For each character
 Ẇ # Split, keeping the delimeter
 kz # The lowercase alphabet, backwards
 Ẇ # On that character
 Ḣ # Remove the first string (all letters before that character)
 ṅ # Concatenate the remaining strings.

Vyxal jr, 13 bytes

ƛkzḟ:u=[n|kzȯ

Try it Online!

Flags are unintentional.

Vyxal jr, 6 bytes

ƛkzẆḢṅ

Try it Online!

Flags are unintentional. -5 thanks to tybocopperkettle.

ƛ # For each character
 Ẇ # Split, keeping the delimeter
 kz # The lowercase alphabet, backwards
 Ẇ # On that character
 Ḣ # Remove the first string (all letters before that character)
 ṅ # Concatenate the remaining strings.
Source Link
emanresu A
  • 46.2k
  • 5
  • 111
  • 257

Vyxal jr, 13 bytes

ƛkzḟ:u=[n|kzȯ

Try it Online!

Flags are unintentional.

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