Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

replace with regex capture group

print(readline().replace(/(d+)(.) ?/g,(a,b,c)=>c.repeat(b)))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #replace #regex #capture #group
ADD COMMENT
Topic
Name
7+6 =