Skip to content

Commit f533a75

Browse files
Update README.md
1 parent daced50 commit f533a75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ std::cout << StringUtils::to_upper("hello world") << std::endl; // Returns "HEL
5252
## 📖 Documentation
5353
| Property |Type|Description|Default|
5454
|----------------|-------------------------------|-----------------------------|--------|
55-
|split |`str: std::string, sep: std::string`|Returns a list of the words in the string, separated by the delimiter string| - |
55+
|split |`str: std::string, delimiter: std::string`|Returns a list of the words in the string, separated by the delimiter string| - |
5656
|to_upper |`str: std::string`|Returns a copy of the string in UPPER CASE| - |
57+
|replace_all |`str: std::string, old_value: std::string, new_value: std::string`|Searches a string for a value and generates a new string with the value(s) replaced| - |
5758

5859

5960
## 🚩 Changelog

0 commit comments

Comments
 (0)