alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Enchantment of str class #247 - Adds convertStringToLowercase, convertStringToUppercase, getSubstring #266

Closed k-kaufmann closed 4 years ago

k-kaufmann commented 4 years ago

I wrapped the php the php fnctions for lower and uppercase and implemented my version of substring.

The substring method doesn't work with UTF-8 because I use array access to the string

lablnet commented 4 years ago

This PR is conflicting with #267 , also you

This PR is now closed, you may open new PR to add getSubstring method

Thanks