[Solved] How to break long lines into five-character lines [duplicate]


A line break can be inserted like this :

Find ([^\r\n]{5}) replace $1\r\n

https://regex101.com/r/dTeMbq/1

2

solved How to break long lines into five-character lines [duplicate]