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
[6.d REVIEW] 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 Rakudo impl: rakudo/rakudo@2a8287cf89
- Loading branch information