Re: [心得] 用 Ruby 玩 ptt

看板Ruby作者 (godspeed lee)時間13年前 (2011/02/15 10:52), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/3 (看更多)
※ 引述《godspeedlee (godspeed lee)》之銘言: : 標題: [心得] 用 Ruby 玩 ptt : 時間: Mon Feb 14 09:32:51 2011 : : : 野人獻曝一下...:) : : (1) : http://tinyurl.com/4k9ed22 : : (2) : http://tinyurl.com/4vw5bne : : (3) : http://tinyurl.com/4gfcltn : : -- : ※ 發信站: 批踢踢實業坊(ptt.cc) : ◆ From: 95.143.193.145 : 推 LewisHamiltn:先推! 02/14 13:48 : → LewisHamiltn:ruby telnet真是太方便了! 02/14 14:57 : 推 anysomething:強! 02/14 19:10 : → godspeedlee:被女友發現後一直強調絕對不是寫來自己用的...0rz 02/14 23:39 : 推 godfat:ruby 1.9.2 有 big5-uao 可以用了喔 02/15 03:37 : → LewisHamiltn:感謝樓上資訊!我去看看 02/15 10:27 1.9.2 感覺要寫更多 code ...0rz 各位有辦法把下面的 code 變短嗎?不過 1.8.7 的 regex engine 實在很弱 (PCRE都比他強),看來還是得切換到 1.9.2... # "\xB4\xFA\xB8\xD5" = "測試" s = "\xB4\xFA\xB8\xD5".force_encoding("big5-uao") re = Regexp.new('[\xA1\x40-\xF9\xF0]'.encode(s.encoding)) if s =~ re puts("test ok!") end -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 217.114.211.20
文章代碼(AID): #1DMUfUP9 (Ruby)
討論串 (同標題文章)
本文引述了以下文章的的內容:
以下文章回應了本文
完整討論串 (本文為第 2 之 3 篇):
文章代碼(AID): #1DMUfUP9 (Ruby)