Does anyone know of any replace whole word functions for ASP?
I can't seem to find any on the net - and i know other people must have been in this situation before. I want to replace all instances of a word - but only the whole word.
Example:
Search for "tone"
replaces "tone", "tone.", "Tone", "Tone,"
but not "stone", "toned"
I have no idea on how to do this.... help please!
Do i need to use regular expressions (and if so - help again!!)
A computer always does what you tell it to, but rarely does what you want it to.....
I can't seem to find any on the net - and i know other people must have been in this situation before. I want to replace all instances of a word - but only the whole word.
Example:
Search for "tone"
replaces "tone", "tone.", "Tone", "Tone,"
but not "stone", "toned"
I have no idea on how to do this.... help please!
Do i need to use regular expressions (and if so - help again!!)
A computer always does what you tell it to, but rarely does what you want it to.....