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 133 characters in body
Source Link
Shaggy
  • 45k
  • 4
  • 39
  • 95

JavaScript (Node.js) JavaScript, 31 bytes

s=>s.replace(/0+/g,x=>x.length)

Try it online! Try it online!

JavaScript (Node.js), 31 bytes

s=>s.replace(/0+/g,x=>x.length)

Try it online!

JavaScript, 31 bytes

s=>s.replace(/0+/g,x=>x.length)

Try it online!

Source Link
Shaggy
  • 45k
  • 4
  • 39
  • 95

JavaScript (Node.js), 31 bytes

s=>s.replace(/0+/g,x=>x.length)

Try it online!

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