Guest User

Untitled

a guest
Nov 16th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <cfscript>
  2. extendedMetaData = 'Trust Tablet Case 28". Universal folio case with viewing stand to protect your tablet against scratches. Fits most 7-8" tablets. Colours: Black, Blue, Red';
  3.  
  4. x= REReplace(extendedMetaData,'(([0-9])\")','\2 inch',"ALL");
  5. // reReplace("test 123!", "[^a-z0-9]", "", "ALL")
  6. </cfscript>
  7.  
  8. <cfdump var="#extendedMetaData#">
  9.  
  10. <cfdump var="#x#">
Add Comment
Please, Sign In to add comment