بکندباز

بر اساس الگو های داده شده، تابعی بنویسید که شورتکد داده شده را به کد html تبدیل کند.

نمونه ورودی و خروجی

ConvertClassHtml("p.one.two.three") ➞ "<p class='one two three'></p>"

ConvertClassHtml("p.one") ➞ "<p class='one'></p>"

ConvertClassHtml("p.four.five") ➞ "<p class='four five'></p>"

نکته

ورودی یک رشته است.

 

ConvertClassHtml("p.one.two.three")  ➞ "<p class='one two three'></p>"
ConvertClassHtml("p.one")  ➞ "<p class='one'></p>"
ConvertClassHtml("p.four.five")  ➞ "<p class='four five'></p>"

هنوز پاسخی برای این تمرین ثبت نشده است

نظرات

*
*