View Single Post
Old 09-10-2022, 01:57 AM   #12
Sarmat89
Fanatic
Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.Sarmat89 ought to be getting tired of karma fortunes by now.
 
Posts: 531
Karma: 2268308
Join Date: Nov 2015
Device: none
It should be simple.

Get yourself an editor with regex support, like Notepad++ or VSCode.

Replace
Code:
^([^[]+?) *(?=\[)
with
Code:
\1\t
.
Sarmat89 is offline