Extracting digits from a string in DataWeave 2.0 using flatten, scan, joinBy. Under 30 seconds!

About this video
Extract just the digits from a string in DataWeave 2.0 by combining flatten, scan, and joinBy — in under 30 seconds.
📝 Transcript coming soon. In the meantime, watch on YouTube where auto-generated captions are available.
More from Getting to the point
- Printing Hello World: Java vs. Python vs. Mule. Under 30 seconds! | Getting to the point
- 3 ways to concatenate objects in DataWeave 2.0. Under 30 seconds! | Getting to the point
- Match / case for literal values in DataWeave 2.0. Under 30 seconds! | Getting to the point
- Retrieving years months & days between two dates in DataWeave 2.0 using between from Periods module