View Full Version : how do I replace a "blank" + character
How do I use a .replace() to specify the blank (\s) and a "\" as the two characters to match in a .replace statement?
String.replace(/\s\\/, "what we want to replace it with");
Thanks! I find the multi conditional delimiter procedure in Jscript a bit confusing. In another life I was an assembly language programmer on IBM mainframes. Life was so much easier then.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.