You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 태그 파싱// 정규 표현식을 사용하여 백틱으로 감싸진 문자열을 찾음letcategories;constmatch=text.match(/-분류:(.+)/);if(match){constrawCategories=match[1];// 2. 벡틱(`)으로 감싸진 문자열 추출categories=rawCategories.match(/`([^`]*)`/g)?.map((item)=>// 3. 괄호 포함된 내용 제거item.replace(/`/g,'').replace(/\(.*?\)/g,'').trim());}
The text was updated successfully, but these errors were encountered:
이력
#166 여기서 태그 자동 등록은 처리하지 못하였음
코드
The text was updated successfully, but these errors were encountered: