Sha256: ceadc1bf415b25e04796609fd372af87fa3db1d68a6e2954ab6bb28c9c719cc8
Contents?: true
Size: 289 Bytes
Versions: 19
Compression:
Stored size: 289 Bytes
Contents
require 'rubygems' require 'keystone' st = %|test "test 02" 日本語 ニホンゴハンカク "にほ んご ですが なにか"| st2 = Keystone::StringUtil.to_searchtext(st) p Keystone::StringUtil.serach_string_to_array(st) p Keystone::StringUtil.serach_string_to_array(st2)
Version data entries
19 entries across 19 versions & 2 rubygems