<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryuichi1208</author_name>
  <author_url>https://blog.hatena.ne.jp/ryuichi1208/</author_url>
  <blog_title>地方エンジニアの学習日記</blog_title>
  <blog_url>https://ryuichi1208.hateblo.jp/</blog_url>
  <categories>
    <anon>Go</anon>
  </categories>
  <description>文字列の結合 s := &quot;ABCDEFG&quot; s = s + &quot;hijklmn&quot; fmt.Println(s) // -&gt; &quot;ABCDEFhijklmn&quot; 文字列の 大文字、小文字変換 s = &quot;ABCDEFGhijklmn&quot; fmt.Println(strings.ToUpper(s)) // -&gt; &quot;ABCDEFHIJKLMN&quot; fmt.Println(strings.ToLower(s)) // -&gt; &quot;abcdefhijklmn&quot; 文字列の部分取得 s = &quot;ABCDEFGhijklmn&quot; fmt.Println(s[4:10]) // -&gt; &quot;EFGhij&quot; fmt.Println(s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryuichi1208.hateblo.jp%2Fentry%2F2021%2F02%2F09%2F000000&quot; title=&quot;【Go】文字列操作Tips - 地方エンジニアの学習日記&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>2021-02-09 00:00:00</published>
  <title>【Go】文字列操作Tips</title>
  <type>rich</type>
  <url>https://ryuichi1208.hateblo.jp/entry/2021/02/09/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
