find and replace £ to £
Ive looked through a few search and replace functions but I cannot find a suitable one for finding "£" to "£".
I know this may be a 'Charset' issue but I'm looking for a JS soltion.
so in my HTML looks like this...
&开发者_如何学编程lt;head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Find & Replace</title>
<style>
body {padding:100px; font:13px Arial, Helvetica, sans-serif;}
</style>
</head>
<body>
Black Pants
<br />
<br />
£10.00 £15.00
</body>
</html>
This was caused by inserting a Looped Slider found here into the page, there was no extra character before hand. Has anyone else had this problem? if not does anyone have a simple solution to delete the character?
Thanks, David
精彩评论