O
Olita Olita
Hi,
could you tell me how to compare 2 files (if a block of the first file
contains the second file).
for example.
file 1:
<body>
-----
-----
-----
<script>
AAAA
</script>
<script>
xxxxx
yyyyy
</script>
</body>
file 2:
</script>
<script>
xxxxx
yyyyy
</script>
I need to verify if the content of the 2nd file is present on the first
file
I hope you can help me with this
could you tell me how to compare 2 files (if a block of the first file
contains the second file).
for example.
file 1:
<body>
-----
-----
-----
<script>
AAAA
</script>
<script>
xxxxx
yyyyy
</script>
</body>
file 2:
</script>
<script>
xxxxx
yyyyy
</script>
I need to verify if the content of the 2nd file is present on the first
file
I hope you can help me with this