I did some changes to my dictionary as txt file with Notepad++.
from
to
I want to do delete text "[...]" from the text file, but didn't find a way with Notepad++.
Is there another software more user friendly that can do the changes without writing a cod, text editor ?
Maybe i can use Visual Studio C++, but i forget how, and it take me a lot of time to learn it again :smack:.
I appreciate any help or advice.
from
Code:
register|registered|registers|registering <font color="#007000">verb</font><br>\n[reg·is·ter || 'redʒɪstə(r)]<br>\nלרשום
register|registers [reg·is·ter || 'redʒɪstə(r)]<br>\nרשימה; פנקס; משלב; וסת; מונה; סגנון; (במחשבים) אוגר, אזור אחסון קטן וזמני בתוך המעבד הראשי
Code:
register|registered|registers|registering <font color="#007000">verb</font>-[reg·is·ter || 'redʒɪstə(r)]: לרשום
register|registers [reg·is·ter || 'redʒɪstə(r)]: רשימה; פנקס; משלב; וסת; מונה; סגנון; (במחשבים) אוגר, אזור אחסון קטן וזמני בתוך המעבד הראשי
I want to do delete text "[...]" from the text file, but didn't find a way with Notepad++.
Is there another software more user friendly that can do the changes without writing a cod, text editor ?
Maybe i can use Visual Studio C++, but i forget how, and it take me a lot of time to learn it again :smack:.
I appreciate any help or advice.