Bug 13422 – std.ascii has isAlphaNum but std.uni doesn't

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
Windows
Creation time
2014-09-04T10:08:00Z
Last change time
2016-04-05T15:02:42Z
Assigned to
nobody
Creator
turkeyman

Comments

Comment #0 by turkeyman — 2014-09-04T10:08:20Z
std.ascii and std.uni both have isAlpha, and it'd be nice if they both had isAlphaNum as well.
Comment #1 by github-bugzilla — 2016-04-05T15:02:41Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0c642797cd79bd4857afaac893ec443907218205 Fix Issue 13422: std.ascii has isAlphaNum but std.uni doesn't https://github.com/D-Programming-Language/phobos/commit/e7d23db2c0f86abccad29eaeb0d8af03f8dbb041 Merge pull request #4151 from JackStouffer/issue13422 [Issue 13422] std.ascii has isAlphaNum but std.uni doesn't