Guest User

Untitled

a guest
Sep 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <cfscript>
  2. str = '<ref>12345</ref>';
  3. params = {
  4. ref: '8765'
  5. };
  6. WriteDump(REReplace(str, '<([a-zA-Z]+)>\d+<\/\1>', '<\1>#params[\1]#</\1>'));
  7.  
  8. </cfscript>
Add Comment
Please, Sign In to add comment