<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ujimushisradjp</author_name>
  <author_url>https://blog.hatena.ne.jp/ujimushisradjp/</author_url>
  <blog_title>ujimushi(@旧sradjp(15364))の日記</blog_title>
  <blog_url>https://ujimushisradjp.hatenablog.jp/</blog_url>
  <categories>
    <anon>Julia言語</anon>
  </categories>
  <description>仕事で必要になるかと思って，調べていて結局使わなかった内容なのですが， 一応日記に残しておきます。 二つの文字列で，共通する連続した最長の部分文字列を抽出するというものです。 色々ネットで探していると， Rosetta Codeというサイトに Longest common substring(Julia)という内容でありました。 次のような内容です。 # https://rosettacode.org/wiki/Longest_common_substring#Julia から引用 function lcs(s1::AbstractString, s2::AbstractString)::St…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fujimushisradjp.hatenablog.jp%2Fentry%2F2024%2F11%2F09%2F002921&quot; title=&quot;Julia言語で二つの文字列の最長一致した文字列を抽出(Rosetta Codeからのパクり) - ujimushi(@旧sradjp(15364))の日記&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>2024-11-09 00:29:21</published>
  <title>Julia言語で二つの文字列の最長一致した文字列を抽出(Rosetta Codeからのパクり)</title>
  <type>rich</type>
  <url>https://ujimushisradjp.hatenablog.jp/entry/2024/11/09/002921</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
