Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

replace with regex capture group

str.replace(/(.*name="w+)d+(w+".*)/, "$1!NEW_ID!$3")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #replace #regex #capture #group
ADD COMMENT
Topic
Name
8+2 =