hi everyone , i have a very very big problem for me in delphi , and i'd be happy if u can help me resolve it .
so I have this text file
first string
* second string : 43 ;
third string :98 ;
*
so and i will assing this *txt file using
AssignFile(text , 'text.txt');
and i will have deffined string "first string" and on button click a text beween ** will assign to "first string" variable
so and my secon problem is that i have some word in the text , and i want to replace it with ***** if that word is for example f*ck
thanks for interest
