File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
4444The example application is the best way to see ` AGString ` in action. Simply open the ` AGString.xcodeproj ` and run the ` Example ` scheme.
You can’t perform that action at this time.
0 commit comments