Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
## [0.18.2] - 2020-03-06
Browse files Browse the repository at this point in the history
### Add
- Added function `removeDoubleSpace` to get rid of the spaces over one in `StringUtils`
  • Loading branch information
문정기 committed Mar 6, 2020
1 parent 8869c7c commit 7b25f69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.18.2] - 2020-03-06
### Add
- Added function `removeDoubleSpace` to get rid of the spaces over one in `StringUtils`

## [0.18.1] - 2020-02-21
### Fixed
- Fixed property `client` to protected in `RedisCache`
Expand Down
1 change: 1 addition & 0 deletions lib/Util/StringUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ private static function normalizeSpace($str, $is_single_line = false)
* 두개 이상의 띄어쓰기(0x20)를 한개로 치환합니다.
*
* @param string $str 정규화된 문자열
* @return string
*
* @see StringUtils::normalizeString()
*/
Expand Down

1 comment on commit 7b25f69

@kiding
Copy link

@kiding kiding commented on 7b25f69 Mar 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.