Sundeep (Sundeep Agarwal)
- Login: Sundeep
- Registered on: 02/21/2018
- Last sign in: 01/24/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
01/24/2024
- 08:41 AM Ruby master Bug #20207 (Closed): Segmentation fault for a regexp containing positive and negative lookaheads
- I'm getting segmentation fault for the following regexp with Ruby 3.3.0:
``` ruby
puts 'clan'.match?(/(?=.*a)(?!....
02/24/2018
- 02:13 AM Ruby master Bug #14500: Missing Regexp documentation and clarification on behavior of \K for edge case
- oh, I didn't check with `$10`. I'd tried with backreference. Any idea how to use `\10`?
```
$ echo 'abcdefghij' |...
02/21/2018
- 05:07 AM Ruby master Bug #14500 (Closed): Missing Regexp documentation and clarification on behavior of \K for edge case
- **Capturing** section (https://ruby-doc.org/core-2.5.0/Regexp.html#class-Regexp-label-Capturing)
* formatting issu...
Also available in: Atom