December 01 Issues » [Issue 12687] std.regex must be made available at compile time | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12687 --- Comment #6 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 11765] std.regex: Negation of character class is not applied to base class first | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=11765 --- Comment #8 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 10772] std.regex.splitter generates spurious empty elements with empty delimiter | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=10772 --- Comment #8 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 9895] Add functional style regex pattern-matching | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=9895 --- Comment #9 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 4250] std.regex does not support character sets other than unicode | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=4250 --- Comment #6 from dlangBugzillaToGithub <robert.schadek... | |||
November 25 General » [SAOC 2024] Improve D Error Messages - Weekly Update #10 | |||
|---|---|---|---|
| |||
...fixing the remaining TEST_OUTPUT's, including regex-based outputs, ensuring they have proper squiggles... | |||
November 23 DIP Ideas » Re: Query Expression Sequence (QES) | |||
|---|---|---|---|
| |||
...enough that bad languages like python implement regex, at least its terse, why would you... | |||
November 11 General » [SAOC 2024] Improve D Error Messages - Weekly Update #8 | |||
|---|---|---|---|
| |||
...expressions (regex) to improve data handling within SARIF test reports. Specifically, I implemented regex patterns... | |||
October 21 General » [SAOC 2024] Improve D Error Messages - Weekly Update #5 | |||
|---|---|---|---|
| |||
...ensure the correctness of SARIF reports. - **Handling Regex Matching for Variable Outputs** I encountered issues... | |||
September 18 General » Re: Did you know; we need this operator! | |||
|---|---|---|---|
| |||
...Days[string] Item;
enum regex = `"(\w+)": (\w+),`;
foreach (matches; jsonStr.matchAll(regex))
{
string key = matches... | |||
Copyright © 1999-2021 by the D Language Foundation