Ben ekleme kullanan bir uygulama ile meşgulüm. Temelde ben aşağıdaki gibi verilen bir metin ve yakalama etiketleri ayrıştırmak gerekiyor:
{{author: name |
book : sometitle |
year : someyear |
img : {{img:.....}}
}}
My problem is that I need to recursively parse what is within the double curly brackets and replace it with other text. Is it possible to have recursion just using regex alone, can anyone offer a solution?
Ben ne yapıyorum wiki metni aşina çok benzer ise.