<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>guyon</author_name>
  <author_url>https://blog.hatena.ne.jp/guyon/</author_url>
  <blog_title>Guyon Diary</blog_title>
  <blog_url>https://guyon.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>SQLite3で正規表現を使えないのか調べていたら、現時点ではサポートされていない事を知りました。 自分でREGEXP関数をcreate_functionなどを使って実装すればいいみたいです。JavascriptではSQLite Managerで実装されていたのを参考にしました。 Database.prototypeにSQL関数追加をできるようにメソッドを追加 Database.prototype = { createFunction: function(fnName, argLength, fnObject) { this.connection.createFunction(fnName, …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fguyon.hatenablog.jp%2Fentry%2F20090201%2F1233481482&quot; title=&quot;SQLiteで正規表現を使いたい場合は関数を自分で作成する必要があるみたい - Guyon Diary&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>2009-02-01 18:44:42</published>
  <title>SQLiteで正規表現を使いたい場合は関数を自分で作成する必要があるみたい</title>
  <type>rich</type>
  <url>https://guyon.hatenablog.jp/entry/20090201/1233481482</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
