Unusual file formats within your daily document management and modifying processes can create instant confusion over how to modify them. You may need more than pre-installed computer software for efficient and quick document modifying. If you need to replace text in ASC or make any other simple change in your document, choose a document editor that has the features for you to deal with ease. To deal with all the formats, including ASC, choosing an editor that actually works properly with all kinds of documents is your best choice.
Try DocHub for efficient document management, irrespective of your document’s format. It offers powerful online editing tools that streamline your document management process. It is easy to create, edit, annotate, and share any document, as all you need to access these characteristics is an internet connection and an active DocHub account. Just one document tool is all you need. Do not lose time switching between various applications for different documents.
Enjoy the efficiency of working with a tool made specifically to streamline document processing. See how straightforward it really is to edit any document, even when it is the first time you have worked with its format. Sign up a free account now and improve your whole working process.
in this video well be looking at how we can replace one part of a string with another hello im phillip burton of filecats.cod.uk so weve got a string here hello there philip now suppose i wanted to change that to hello there john i can do that very easily but there are more complicated ways weve seen in a previous video how we can use substring to extract everything apart from my name and then we can put in my name but if i use the replace function so i need to have my initial string to start with i need to find something and i need something to place it with so there weve got my replace function so if i play that then we get hello there john now this is quite often used when you have a placeholder say the hash or pound sign so i can say we place the hash with john so suppose this was a huge number of rows and ive got lots of peoples names i could say hello there margaret hello there mildred and the rest of it right so lets see what else we can do well lets say i wanted to ge