



You could, however, put all individual lines after each other instead of below each other, if you would want this, and then apply the word break regex after that. Notice also that you cannot combine multiple lines to form strings of 7 words, if the original lines each contain less than 7 words. Try the regex without \r\n to see the difference: if think you will also prefer the "absolute" (per line) count instead of the "global" count. Not just a formality but i am really thankful for you previous and future help.Īs you can see: there are no more than the maximum number of 7 words on each line and, if applicable, the counting starts anew with each real new line of the input text. Issue is if i put 5or 4 it get 5 words per line and 4 per line respectively but if i put 7 or 9 it still split text 5 words per line. Regex is as u told me on help forum (notepad++ forum)
