OneDrive 파일명 추출 정규식

1 개요[ | ]

OneDrive 파일명 추출 정규식
const s = $x('//div[@class="ms-List-cell"]/div/div/div[3]/div').map((t)=>{
	return t.firstChild.textContent;
}).join('\n');
console.log(s);

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}