CodeReportSolutions

From ZCubes Wiki
Revision as of 22:14, 30 July 2024 by Joseph (talk | contribs) (Created page with "=Code Report Solutions= Following are some simple solutions to videos found on YouTube. Idea is to make it easier for comparing and learning z^3 and other beautiful languages...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Code Report Solutions

Following are some simple solutions to videos found on YouTube. Idea is to make it easier for comparing and learning z^3 and other beautiful languages.

Number of Different Integers in a String

Video: https://www.youtube.com/watch?v=59vAjBS3yZM


s="ad3343sadfsd343434df343443sff"; (s#/[^\d]+/)∪

Result: 3343 343434 343443