Skip to content

Commit

Permalink
Add documnetation and changelog for issue 12367
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryOlshansky committed Apr 11, 2016
1 parent 12c7d68 commit 9f25688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.dd
Expand Up @@ -10,6 +10,7 @@ $(BUGSTITLE Library Changes,
$(LI $(XREF range, padLeft) and $(XREF range, padRight) were added.)
$(LI $(XREF uni, isAlphaNum), which is analogous to $(XREF ascii, isAlphaNum)
was added.)
$(LI $(XREF regex, regex) now supports inline comments with (?#...) syntax.
)

$(BUGSTITLE Library Changes,
Expand Down
1 change: 1 addition & 0 deletions std/regex/package.d
Expand Up @@ -128,6 +128,7 @@
$(REG_TITLE Other, Subexpressions $(AMP) alternations )
$(REG_ROW (regex), Matches subexpression regex,
saving matched portion of text for later retrieval. )
$(REG_ROW (?#comment), An inline comment that is ignored while matching.)
$(REG_ROW (?:regex), Matches subexpression regex,
$(U not) saving matched portion of text. Useful to speed up matching. )
$(REG_ROW A|B, Matches subexpression A, or failing that, matches B. )
Expand Down

0 comments on commit 9f25688

Please sign in to comment.