I have three words in each line separted by dot.
Word1.Word2.Word3
Example1.Example2.Example3
Here are the three words but each word must be of specific length. Word1 must be of 10 characters, Word2 must be of 10 characters, Word3 must be of 16 characters. If any word is less than specific lenght of characters, it must be filled with spaces. So, it must be look like this -
Word1 .Word2 .Word3
Example1 .Example2 .Example3
How can i check the words and fill up with spaces if not met with specific length with regexp in Notepad++ ?