hi5 / TF

AutoHotkey library for Text files & Variables (strings)
https://autohotkey.com/boards/viewtopic.php?f=6&t=576
GNU General Public License v2.0
141 stars 38 forks source link

TF_RegExReplace removing a character it shouldn't #10

Closed asdsadsaasd12312132 closed 3 years ago

asdsadsaasd12312132 commented 3 years ago

I have uploaded the script and outputs. Line 13 from Music.ahk is causing "e" from the last line of Artist - Song.txt to be deleted. Music.zip

asdsadsaasd12312132 commented 3 years ago

It seems I was mistakened. The problem was caused by TF_Replace and not TF_RegExReplace. This is a duplicate of https://github.com/hi5/TF/issues/11