Hello,
I have the following problem:
I have two folders:
Folder1
-textEN.txt
-textUS.txt
-textES.txt
-doctextEN.txt
-doctextUS.txt
-etc
Folder2
-textEN.txt
-textUS.txt
-textES.txt
-doctextEN.txt
-doctextUS.txt
-etc
At this moment compare th folders and i gt a nice result o the differences in files etc.
the next step is to seach for %s or %d in both text files:
-(Folder1)textEN.txt vs -(Folder2)textEN.txt
It ma be the case that in one txt file this may be the case:
S_test := '%s Ths is a test';
And in the other:
S_test := '% s Ths is a test';
or there is no %s at all .
Is ther a possibility to write a scrit for this purpose. Or is ther already something i can use which is build in?
thanks in advance
A
I have the following problem:
I have two folders:
Folder1
-textEN.txt
-textUS.txt
-textES.txt
-doctextEN.txt
-doctextUS.txt
-etc
Folder2
-textEN.txt
-textUS.txt
-textES.txt
-doctextEN.txt
-doctextUS.txt
-etc
At this moment compare th folders and i gt a nice result o the differences in files etc.
the next step is to seach for %s or %d in both text files:
-(Folder1)textEN.txt vs -(Folder2)textEN.txt
It ma be the case that in one txt file this may be the case:
S_test := '%s Ths is a test';
And in the other:
S_test := '% s Ths is a test';
or there is no %s at all .
Is ther a possibility to write a scrit for this purpose. Or is ther already something i can use which is build in?
thanks in advance
A
Comment