alphazframework / framework

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

Add String methods #279

Closed YWatchman closed 4 years ago

YWatchman commented 4 years ago

As issue #271 stated, I've added all the static functions.

Merged with upstream branch for multibyte encoding, please provide feedback don't close it yet.

codecov[bot] commented 4 years ago

Codecov Report

Merging #279 into master will increase coverage by 0.37%. The diff coverage is 96.15%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #279      +/-   ##
===========================================
+ Coverage      8.87%   9.25%   +0.37%     
- Complexity     1906    1919      +13     
===========================================
  Files           110     110              
  Lines          4822    4843      +21     
===========================================
+ Hits            428     448      +20     
- Misses         4394    4395       +1
Impacted Files Coverage Δ Complexity Δ
src/Data/Str.php 89.7% <96.15%> (+2.47%) 34 <15> (+13) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ccf45a...6211a85. Read the comment docs.

YWatchman commented 4 years ago

Please review @peter279k

lablnet commented 4 years ago

@YWatchman Thanks you so much for your time to contribute .

Really appropriated.