Day 7: Regular Expressions III

Problem Link

Solution

regEx3.js
let re = /\d+/g;

Last updated

Was this helpful?