With DocHub, you can quickly cover up identification in odt from anywhere. Enjoy capabilities like drag and drop fields, editable textual content, images, and comments. You can collect electronic signatures securely, include an additional layer of defense with an Encrypted Folder, and collaborate with teammates in real-time through your DocHub account. Make changes to your odt files online without downloading, scanning, printing or mailing anything.
You can find your edited record in the Documents tab of your account. Edit, send, print, or convert your file into a reusable template. With so many robust features, it’s easy to enjoy seamless document editing and management with DocHub.
okay so today we are responding to a user request about string functions okay so thereamp;#39;s a few quite a few string functions weamp;#39;ll just look at a couple of quick ones here if you want to find the length of a string thereamp;#39;s the Len Len function so as you can imagine itamp;#39;s pretty straightforward similarly thereamp;#39;s a find function so you search for some text in this case weamp;#39;ll look for the word quick inside our text and itamp;#39;ll give us a result five so just quickly looking at that position five is one two three four five so there you go now the left function gives us the left number of the left characters out of a string so we nominate for example five characters from the left hand side of the string and it will give us up to the position of number five which as we saw before was Q similarly if we do the right function we nominate the string that we want to pick from and how many characters from the end weamp;#39;ll pick five again and a