Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これらの表現をひとつにしようとしています
string.match(/<%[a-z]+%>/g, 'value') string.match(/<%[a-z]+%>/g, 'value')
両方の式の一致を取得する場合は、次のようにします。
/(<%[a-z]+%>|<%[a-z]+%>)/g