juliancoleman / orchestra

A dependency-free, pure-function String manipulation library
MIT License
1 stars 0 forks source link

Add some Python functions #17

Open juliancoleman opened 5 years ago

juliancoleman commented 5 years ago

https://docs.python.org/3.7/library/stdtypes.html#string-methods

juliancoleman commented 5 years ago

Python and JS are very similar in string composition. This will be especially useful since we would move from a very low-level sense of what a string is (byte length, etc), and can move more toward everyday high-level string manipulation, such as center or format

ReagentX commented 5 years ago

https://docs.python.org/3.7/library/stdtypes.html#string-methods

juliancoleman commented 5 years ago

Thanks, @ReagentX