01. Replace a tag - Regex - Lec
Write a program that replaces in a HTML document given as string all the tags <a href=…>…</a> with corresponding tags [URL href=…>…[/URL]. Read an input, until you receive “end” command. Print the result on the console.
Странното е, че програмата ми не минава последният тест, дори и с кодът от упражнението.
Eто го и кодът ми
Благодаря!