るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.011秒)
トップページ > クエリ:post[x] > モジュール:Kernel[x] > クエリ:$POSTMATCH[x]

別のキーワード

  1. webrick/httpservlet do_post
  2. net/http post
  3. http post
  4. net/http post2
  5. http post2

ライブラリ

検索結果

Kernel$$POSTMATCH -> String | nil (24208.0)

$' の別名

...$' の別名

require "English"

str = 'hoge,foo,bar,hee,hoo'

/foo/ =~ str
p $POSTMATCH #=> ",bar,hee,hoo"...