yurim-dev
[Swift|코드카타] (프로그래머스) #73. 공원 산책 - Dictionary, tuple의 활용 / String.SubSequence(=Substring) / .first
let textNodes = document.querySelectorAll("div.tt_article_useless_p_margin.contents_style > *:not(figure):not(pre)"); textNodes.forEach(function(a) { a.innerHTML = a.innerHTML.replace(/`(.*?)`/g, '$1'); });