Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 34:
var counter = 0;
text = text.replace(/(<ref.*?\/>)|(<ref.*?>(.|\s)*?<\/ref>)/g, function(match)
{
console.log(match);
|
mNo edit summary |
mNo edit summary |
||
Line 34:
var counter = 0;
text = text.replace(/(<ref.*?\/>)|(<ref.*?>(.|\s)*?<\/ref>)/g, function(match)
{
console.log(match);
|