Top "Replace" questions

Replacing is the action of searching a string for a sub-string and replacing it with a different string.

how to replace "(double quotes) in a string with \" in java

I have string variable strVar with value as ' "value1" ' and i want to replace all the double quotes …

java string replace str-replace
Is there a way to find/replace across an entire project in Eclipse?

I'm trying to do a find and replace over many files within an Eclipse project, but I can't seem to …

eclipse project replace
How to delete and replace last line in the terminal using bash?

I want to implement a progress bar showing elapsed seconds in bash. For this, I need to erase the last …

bash replace terminal line
How to use python-docx to replace text in a Word document and save

The oodocx module mentioned in the same page refers the user to an /examples folder that does not seem to …

python text replace ms-word python-docx
Ajax replace instead of append

I used the following jQuery example which works like a charm. However it appends the results. What do I need …

jquery ajax replace append
Linux - Replacing spaces in the file names

I have a number of files in a folder, and I want to replace every space character in all file …

linux replace command filenames spaces
Replacing one character with another in a string

I have a data like below: A:B:C:D and I want to replace the C with data (say, …

excel replace extract formula delimiter
Remove all text before colon

I have a file containing a certain number of lines. Each line looks like this: TF_list_to_test10004/Nus_…

r unix replace sed awk
jQuery - Read More / Read Less. How to replace text?

HTML: <a href="#" class="show_hide" data-content="toggle-text">Read More</a> jQuery: // Slide Up Slide Down $(…

javascript jquery replace slidedown slideup
Change the Text of a Option with jQuery

How can I change the text of an option with jQuery? I'd like to change Newest with Oldest in an …

javascript jquery select replace option