Skip to content

Commit

Permalink
Merge pull request #5390 from dlang/JackStouffer-patch-1
Browse files Browse the repository at this point in the history
Add changelog entry for deprecation of pattern functions
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
  • Loading branch information
dlang-bot committed May 14, 2017
2 parents df0770a + b96c926 commit 43d0c05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog/pattern-deprecate.dd
@@ -0,0 +1,10 @@
Several functions in `std.string` have been deprecated

The functions $(REF inPattern, std, string), $(REF countchars, std, string),
$(REF removechars, std, string), $(REF squeeze, std, string), and
$(REF munch, std, string), have all been deprecated. These functions are
obsolete, as their functionality is better covered by the functions in
$(MREF std, regex) and $(MREF std, algorithm). They will be removed from
$(MREF std, string) on May 2018.

If you still need to use these, please see $(LINK2 https://github.com/dlang/undeaD, undeaD).

0 comments on commit 43d0c05

Please sign in to comment.