Files
seer/notes/README.tabs
2022-12-17 12:08:53 -06:00

8 lines
160 B
Plaintext

Use this regex to replace a string '\t' with a real tab ^I character, as long as it doesn't appear in "" quotes.
"\\\\t(?=([^\"]*\"[^\"]*\")*[^\"]*$)"