るりまサーチ (Ruby 3.4)

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

別のキーワード

  1. kernel $4
  2. kernel $11
  3. kernel $6
  4. kernel $2
  5. kernel $5

ライブラリ

検索結果

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

$' の別名

$' の別名

require "English"

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

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