日本語のみで絞り込む
2018/3/27 -The problem is you misplaced the opening parenthesis and have a "1 or more" operator ( + ) right next to it, so the regex doesn't know what you can have one or ...
2017/5/9 -This is most likely an issue with language-pccminecraft. Double-check your regexes because it looks like you have an invalid ? , * , or + in one of them.
Raised when given an invalid regexp expression. Regexp.new("?") raises the exception: RegexpError: target of repeat operator is not ...
2016/9/12 -Hello, I use the the pattners from http://everythingshouldbevirtual.com/logstash-vcsa-6-0 Now I get a Syntax error with this pattner.
2024/5/30 -The problem is .github in the exclude_from_localization configuration. That is used to build a regex and the . in a directory name is likely not ...
Raised when given an invalid regexp expression. Regexp.new("?") raises the exception: RegexpError: target of repeat operator is not ...
2017/5/27 -The RegexpError occurs when trying to define a new regular expression that contains some form of an invalid pattern.
2016/3/8 -target of repeat operator is not specified: [...] (?<THREAD:thread>?<=\[)(?=[^\]\[]*(?:-|@)). I suspect the error message means that for one ...
Raised when the specified key is not found. It is a ... new("?") raises the exception: RegexpError: target of repeat operator is not specified: /?/.
正規表現のコンパイルに失敗したときに発生します。 例: $ ruby -e 'Regexp.compile("*")' -e:1:in `initialize': target of repeat operator is not specified ...