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

Commonmark migration
Source Link

#Perl 5 (-0777p-Mre=/s), 10 bytes

Perl 5 (-0777p-Mre=/s), 10 bytes

s/./$&$&/g

TIO

#Perl 5 (-0777p-Mre=/s), 10 bytes

s/./$&$&/g

TIO

Perl 5 (-0777p-Mre=/s), 10 bytes

s/./$&$&/g

TIO

deleted 52 characters in body
Source Link
Nahuel Fouilleul
  • 8.7k
  • 1
  • 11
  • 19

#Perl 5 (-p-0777p-Mre=/s), 10 bytes

s/./$&$&/g

TIO

#Sed, 8 bytes

s/./&&/g

TIO TIO

#Perl 5 (-p), 10 bytes

s/./$&$&/g

TIO

#Sed, 8 bytes

s/./&&/g

TIO

#Perl 5 (-0777p-Mre=/s), 10 bytes

s/./$&$&/g

TIO

Source Link
Nahuel Fouilleul
  • 8.7k
  • 1
  • 11
  • 19

#Perl 5 (-p), 10 bytes

s/./$&$&/g

TIO

#Sed, 8 bytes

s/./&&/g

TIO

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