Skip to content

Commit 3e5ccb8

Browse files
authored
Featrue X -> O
1 parent b96f4fb commit 3e5ccb8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ AGRegex is Wrapper of NSRegularExpression. It gives an easy and iterative way to
2929
## Features
3030
- AGString gives 'String type' to 'Int-Index' based referencing
3131

32-
* Get Character object with Int index
33-
* Get substring object with Range<Int>
34-
* String utility methods(zfill, countOccurence, ltrim,rtrim ...)
32+
* :white_check_mark: Get Character object with Int index
33+
* :white_check_mark: Get substring object with Range<Int>
34+
* :white_check_mark: String utility methods(zfill, countOccurence, ltrim,rtrim ...)
3535

3636
- AGRegex
3737

38-
* Provide NSRange extension for String
39-
* Get All Match Result as AGMatch structure.
40-
* Support iterative way to use match result
41-
* Substitute matched string to other string
38+
* :white_check_mark: Provide NSRange extension for String
39+
* :white_check_mark: Get All Match Result as AGMatch structure.
40+
* :white_check_mark: Support iterative way to use match result
41+
* :white_check_mark: Substitute matched string to other string
4242

4343
## Example
4444
The example application is the best way to see `AGString` in action. Simply open the `AGString.xcodeproj` and run the `Example` scheme.

0 commit comments

Comments
 (0)