Skip to main content
deleted 2 characters in body
Source Link
Mike Samuel
  • 120.8k
  • 30
  • 230
  • 255
this.replace( new RegExp( replaceThis, 'g' ), withThis ); 
this.replace( new RegExp( replaceThis, 'g' ), withThis ); 
this.replace( new RegExp( replaceThis, 'g' ), withThis ); 
Source Link
tvanfosson
  • 534.2k
  • 102
  • 703
  • 801

this.replace( new RegExp( replaceThis, 'g' ), withThis );