mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
8 lines
160 B
Plaintext
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(?=([^\"]*\"[^\"]*\")*[^\"]*$)"
|
|
|
|
|