Search

April 22, 2023
Issues »
...regex/package.d std/regex/internal/generator.d
std/regex/internal/ir.d std/regex...
April 11, 2023
General »
...all sorts ugly hack to make immutable regex work.

Agreed.
Oh the joy of pure...
April 09, 2023
Learn »
...Rmd2md";

    // Setup Regex for capturing Rmd code snippet header
    Regex!char re = regex(r"`{3...
April 07, 2023
General »
...ability to check exception's message via regex)
        - check if float number is approximately equal...
April 06, 2023
Learn »
...stackoverflow.com/questions/1407435/how-do-i-regex-match-with-grouping-with-unknown-number-of...
April 06, 2023
Learn »
...repetitive ", cc" s on the end.  I don't think my regex is capturing them.

April 06, 2023
Learn »
...documented at https://dlang.org/phobos/std_regex.html#Captures). In your for loop I...
April 06, 2023
Learn »
My regex is matching but doesnt seem to be capturing.  You may recognize this from...
April 06, 2023
General »
...Update:

I just solved `static assert(isInstanceOf!(Regex, Regex!char))`, but also noticed there could...
April 05, 2023
General »
...have a look on `static assert(isInstance!(Regex, Regex!char))`, it still fails, but `static...
1 2 3 4 5 6 7 8 9 10 11
Next ›   Last »