Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Rename Str.parse-names to Str.uniparse
The original name was chosen to align with `.parse-base` that parses out base-X numbers out strings. However, we have a whole block of more closely related routines all named in `.uni*` format, so it makes sense for this routine's naming to align with those. They are: `infix:<unicmp>`, `unimatch`, `uniname`, `uninames`, `unival`, `univals`, `uniprop`, `uniprop-bool`, `uniprop-int`, `uniprop-str`, `uniprops`. Refs: Raku/6.d-prep@efa24f6 https://irclog.perlgeek.de/perl6-dev/2017-12-21#i_15609653
- Loading branch information
1 parent
e5c38ad
commit 2a8287c
Showing
2 changed files
with
30 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters