When your day-to-day work includes plenty of document editing, you already know that every document format needs its own approach and sometimes particular software. Handling a seemingly simple GDOC file can sometimes grind the whole process to a halt, especially if you are attempting to edit with inadequate tools. To prevent this kind of difficulties, find an editor that can cover all your needs regardless of the file format and remove character in GDOC without roadblocks.
With DocHub, you are going to work with an editing multitool for virtually any situation or document type. Reduce the time you used to devote to navigating your old software’s features and learn from our intuitive user interface while you do the job. DocHub is a streamlined online editing platform that covers all of your document processing needs for virtually any file, including GDOC. Open it and go straight to efficiency; no prior training or reading instructions is needed to reap the benefits DocHub brings to document management processing. Begin with taking a couple of minutes to create your account now.
See improvements within your document processing right after you open your DocHub account. Save time on editing with our single solution that will help you be more efficient with any file format with which you have to work.
so in this video were going to see how to replace some characters in a google doc so let me open a google doc here i have kept it inside a folder and as it is blank let me search lesson go to the site copies dummy content and paste it here and get saved automatically and go to extensions and apps script and i usually copy this and give the project the same name as the document and let me just say replace full stops okay thats my function name save it and now we know that document app.get active document will give me access to this document and then i can access the body of the document using doc dot get body and finally i can do body dot replace full stop with two spaces and ill save this let me keep them side so as you can see here when i run this all the dots got replaced with double space let me undo this and run this once more you can observe the right hand side so thats how it is now to make it more easier i am going to give a menu item so i will call the on open method let m