<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yuheiomori0718</author_name>
  <author_url>https://blog.hatena.ne.jp/yuheiomori0718/</author_url>
  <blog_title>メモ置き場</blog_title>
  <blog_url>https://y0m0r.hateblo.jp/</blog_url>
  <categories>
    <anon>codeeval</anon>
    <anon>golang</anon>
  </categories>
  <description>CodeEval 正規表現で書きなおした。 package main import ( &quot;bufio&quot; &quot;fmt&quot; &quot;log&quot; &quot;os&quot; &quot;regexp&quot; &quot;strings&quot; ) var email_pattern = `^(?i:[^ @&quot;&lt;&gt;]+|&quot;.*&quot;)@(?i:[a-z1-9.])+.(?i:[a-z])+$` var email_re = regexp.MustCompile(email_pattern) func main() { file, err := os.Open(os.Args[1]) if err != nil { log.Fatal(err) } defer fil…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fy0m0r.hateblo.jp%2Fentry%2F20140525%2F1400983861&quot; title=&quot;GolangでCodeEvalのEmail Validation(正規表現) - メモ置き場&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-05-25 11:11:01</published>
  <title>GolangでCodeEvalのEmail Validation(正規表現)</title>
  <type>rich</type>
  <url>https://y0m0r.hateblo.jp/entry/20140525/1400983861</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
