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 Revisions

2 of 2
added 637 characters in body
Shaggy
  • 45k
  • 4
  • 39
  • 95

Japt -hP, 16 bytes

Takes input as a 2D character array.

ÇiUËouÃíUî"_-"1c

Try it

ÇiUËouÃíUî"_-"1c :Implicit input of 2D character array U
Ç :Pop last element, pass it through the following function & push back
 i : Prepend
 UË : Map the remaining elements of U
 o : Modify last
 u : Uppercase
 Ã : End map
 í : Interleave
 Uî"_-" : Mould "_-" to length of U
 1 : End prepend
 c : Flatten
 :Implicitly join and output last element
Shaggy
  • 45k
  • 4
  • 39
  • 95

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