How do js regular expressions match and replace text using the replace method?

for example: abdsdsdfsdf1526614206112164350fskdfskdf1526614199681037404bcmvbcvbmcnvz: match 1526614206112164350 and 1526614199681037404 in the string, add quotation marks on both sides, and process it as follows: abdsdsdfsdf "1526614206112164350" fskdfskdf "1526614199681037404" bcmvbcvbmcnvz,
I can match such numbers now, but I don"t know how to use replace. Please write me an example. Thank you.


is that so

str = 'abdsdsdfsdf1526614206112164350fskdfskdf1526614199681037404bcmvbcvbmcnvz'
str.replace(/\d+/g,function(item){return '"'+item+'"' })

clipboard.png


str.replace (/\ dbadger G, "\" $&\ ");

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31475-2bdac.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31475-2bdac.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?