diff --git a/notes/README.tabs b/notes/README.tabs new file mode 100644 index 0000000..1615a32 --- /dev/null +++ b/notes/README.tabs @@ -0,0 +1,7 @@ + + +Use this regex to replace a string '\t' with a real tab ^I character, as long as it doesn't appear in "" quotes. + + "\\\\t(?=([^\"]*\"[^\"]*\")*[^\"]*$)" + +