April 22, 2023 Issues » [Issue 23846] std.math can't compile under macos rosetta | |||
|---|---|---|---|
| |||
...regex/package.d std/regex/internal/generator.d std/regex/internal/ir.d std/regex... | |||
April 11, 2023 General » Re: D1.5 anyone? | |||
|---|---|---|---|
| |||
...all sorts ugly hack to make immutable regex work. Agreed. Oh the joy of pure... | |||
April 09, 2023 Learn » How come a count of a range becomes 0 before a foreach? | |||
|---|---|---|---|
| |||
...Rmd2md";
// Setup Regex for capturing Rmd code snippet header
Regex!char re = regex(r"`{3... | |||
April 07, 2023 General » Re: There must be module with test assertions in Phobos | |||
|---|---|---|---|
| |||
...ability to check exception's message via regex)
- check if float number is approximately equal... | |||
April 06, 2023 Learn » Re: regex matching but not capturing | |||
|---|---|---|---|
| |||
...stackoverflow.com/questions/1407435/how-do-i-regex-match-with-grouping-with-unknown-number-of... | |||
April 06, 2023 Learn » Re: regex matching but not capturing | |||
|---|---|---|---|
| |||
...repetitive ", cc" s on the end. I don't think my regex is capturing them. | |||
April 06, 2023 Learn » Re: regex matching but not capturing | |||
|---|---|---|---|
| |||
...documented at https://dlang.org/phobos/std_regex.html#Captures). In your for loop I... | |||
April 06, 2023 Learn » regex matching but not capturing | |||
|---|---|---|---|
| |||
My regex is matching but doesnt seem to be capturing. You may recognize this from... | |||
April 06, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...Update: I just solved `static assert(isInstanceOf!(Regex, Regex!char))`, but also noticed there could... | |||
April 05, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...have a look on `static assert(isInstance!(Regex, Regex!char))`, it still fails, but `static... | |||
Copyright © 1999-2021 by the D Language Foundation