I had some issues using the “\t” character in the Unix/Linux regexp library before… I am not sure why… can you run a test and see if that is the problem?
I am not sure the solution at the moment, but I will try to check it out…
Yes, i think it is \t or the cursor location when we check the space.
I did a test, to have the file change the spacing
PASS_MAX_DAYS[ ]90 instead of
PASS_MAX_DAYS
\t
90
It worsk if we have regex to [ ] but not the tab. As when we move the cursor between the DAYS and the 90, it started at S and TAB then a space before you reach 90.
I will continue to work on it, if you found anything. Do let me know.