<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hiro211</author_name>
  <author_url>https://blog.hatena.ne.jp/hiro211/</author_url>
  <blog_title>Thought about system and engineering</blog_title>
  <blog_url>https://hiroi.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>これは何か sedで正規表現の'+'（1文字以上）を使う． 何のためか sedで正規表現'+'を使おうとしたが使えずに困った． $ echo 'ab' | sed -e 's/(ab+)//g' ab # aと1文字以上のbがあるのに置換されない どうやるの sed -e ではなく sed -E とする． echo 'ab' | sed -E 's/(ab+)//g' # 置換されて空文字が出力される拡張正規表現を使うには-Eオプションを使う必要があるらしい．</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhiroi.hateblo.jp%2Fentry%2F2016%2F06%2F05%2F193345&quot; title=&quot;sedで1文字以上を示す正規表現を使う - Thought about system and engineering&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>2016-06-05 19:33:45</published>
  <title>sedで1文字以上を示す正規表現を使う</title>
  <type>rich</type>
  <url>https://hiroi.hateblo.jp/entry/2016/06/05/193345</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
