Search

August 26
General »
...There are workarounds. For example, in my regex match function, I return indices of matches...
August 21
General »
...back to threaded code VM for std.regex, AFAICT it was blocked because I only...
June 11
Learn »
...runs:

```d
import std.stdio;
import std.regex;
import std.string;
import std.array;

auto...
June 11
Learn »
...simplified code:

```
import std.stdio;
import std.regex;
import std.string;
import std.array;

auto...
April 25
DIP Development »
...that only allows for comparison with `0`.
`regex` could simply “notice” that the pattern is...
January 31, 2024
Issues »
...2.099:

import std.format;
import std.regex;
void main() {
    string ss = format("", "");
    auto r...
January 15, 2024
General »
...facilities we have for string parsing are...regex, I guess? So I would say 1036...
December 30, 2023
General »
...to support full ECMAScript regex language and basic level 1 unicode regex.

RE2 specifically avoids...
December 26, 2023
General »
The focus should always be on slower but more maintainable and simple implementation.

The efficiency...
December 20, 2023
General »
Far as I know there is not CTFE involved with the tables, but they are...
1 2 3 4 5
Next ›   Last »