るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.036秒)
トップページ > クエリ:error[x] > クエリ:Error[x] > クエリ:RegexpError[x]

別のキーワード

  1. logger error
  2. openssl error
  3. getoptlong error
  4. socket so_error
  5. logger error?

ライブラリ

検索結果

RegexpError (50006.0)

正規表現のコンパイルに失敗したときに発生します。

...正規表現のコンパイルに失敗したときに発生します。

例:

$ ruby -e 'Regexp.compile("*")'
-e:1:in `initialize': target of repeat operator is not specified: /*/ (RegexpError)
from -e:1:in `Regexp#compile'
from -e:1...