<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>plarail_hangout</author_name>
  <author_url>https://blog.hatena.ne.jp/plarail_hangout/</author_url>
  <blog_title>Engineering Tech Dojo</blog_title>
  <blog_url>https://tech.fun-toy-life.com/</blog_url>
  <categories>
  </categories>
  <description>JavaScriptの正規表現入門：よく使うパターンと書き方まとめ はじめに 正規表現（Regular Expression）は、文字列のパターンを表現する記法です。JavaScriptでは文字列の検索・置換・バリデーションなど、さまざまな場面で使います。 「難しそう」と敬遠されがちですが、よく使うパターンは限られています。この記事では実用的なものに絞って解説します。 正規表現の書き方 JavaScriptの正規表現は /パターン/フラグ と書きます。 const regex = /hello/; const regex2 = new RegExp('hello'); // 同じ意味 通常はリ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.fun-toy-life.com%2Fentry%2F2026%2F05%2F16%2F100428&quot; title=&quot;JavaScriptの正規表現入門：よく使うパターンと書き方まとめ - Engineering Tech Dojo&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2026-05-16 10:04:28</published>
  <title>JavaScriptの正規表現入門：よく使うパターンと書き方まとめ</title>
  <type>rich</type>
  <url>https://tech.fun-toy-life.com/entry/2026/05/16/100428</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
