PeOfEo
09-13-2003, 12:10 AM
I could not find anything that would go through strings and replace characters (I know the forum I have does it but thats not what I mean) I mean on a alrge scale like something where I can paste in text and in another text box put in a character and in another one put what to replace it with. So I made one myself using replace statements, something.text=replace(something.text,replacethis.text,withthis.text)
you can find it at http://knights.europe.webmatrixhosting.net/replacer.aspx
It looks like crap and all because I just used the text boxes from my old forum because I did not want to write so much code since this is only since i have a bunch of stuff that I need to add <br>'s for so it wont look like crap as an html doc. I needed it maybe some of you will too.
you can find it at http://knights.europe.webmatrixhosting.net/replacer.aspx
It looks like crap and all because I just used the text boxes from my old forum because I did not want to write so much code since this is only since i have a bunch of stuff that I need to add <br>'s for so it wont look like crap as an html doc. I needed it maybe some of you will too.