yarnmiyarnmi.hashnode.dev·Jul 18, 2024퀴즈를 통해 정규표현식 익히기퀴즈 1 인풋: "The quick brown fox jumps over the lazy dog." 요구사항: 모든 단어를 추출하시오. 정규표현식 : /\b\w+\b/g 설명 : 단어 경계 사이에 있는 하나 이상의 단어 포함하는 모든 단어 추출 퀴즈 2 인풋: "Contact us atsupport@example.com or sales@example.org" 요구사항: 모든 이메일 주소를 추출하시오. 정규표현식 : /[a-zA-Z0-9._%+-...Regular ExpressionsAdd a thoughtful commentNo comments yetBe the first to start the conversation.