Excellent. Just last bit. I have to do similar thing but in column mode as I wanted to insert fixed number of spaces and then text. For example: Input One Two Three Four Five Output OneTwoThree XYZ PQR FourFive XYZ PQR
Works!!!! Could I ask is it possible to trigger an input dialog box for user to enter a fixed text and then script to insert that text at the end of every single line?
Could I have script to trim spaces and replace end of the line with * (or any character) for selected text lines only. Input one two blah th ree A b bb Output onetwoblah* three* Abbb*