るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.017秒)
トップページ > クエリ:post[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 (24207.0)

$' の別名

...$' の別名

require "English"

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

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