<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>murajun1978</author_name>
  <author_url>https://blog.hatena.ne.jp/murajun1978/</author_url>
  <blog_title>Murajun's Style</blog_title>
  <blog_url>https://murajun1978.hatenadiary.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>module Enumerableメソッドでいっぱつ解決 # 1から100までの数値だけを取得したい場合 [1, 30, 4000, 10, 50, 8000].grep(1..100) # =&gt; [1, 30, 10, 50] # String型のみ取得したい場合 [100, &quot;murajun&quot;, 40, 100000, &quot;murajun1978&quot;].grep(String) # =&gt; [&quot;murajun&quot;, &quot;murajun1978&quot;] # 正規表現 [100, &quot;murajun&quot;, 40, 100000, &quot;murajun1978&quot;].grep(/\d+\Z/) # =&gt; [&quot;muraj…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmurajun1978.hatenadiary.com%2Fentry%2F2014%2F09%2F19%2F230403&quot; title=&quot;Arrayで指定範囲のデータを取得するヘ(^o^)ノ - Murajun&amp;#39;s Style&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>2014-09-19 23:04:03</published>
  <title>Arrayで指定範囲のデータを取得するヘ(^o^)ノ</title>
  <type>rich</type>
  <url>https://murajun1978.hatenadiary.com/entry/2014/09/19/230403</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
