We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc5901 commit 128eb4cCopy full SHA for 128eb4c
CHANGELOG.md
@@ -2,9 +2,17 @@
2
3
All notable changes to `dvlpr1996/php-string-helpers` will be documented in this file
4
5
-## 2.0.0 (2023-mm-dd)
+## 2.0.0 (2023-01-dd)
6
+
7
+- Change the implementation of package structure
8
9
+Add new methods :
10
11
+- StrUtility::is_ipv4(string $ip): bool
12
+- StrUtility::is_ipv6(string $ip): bool
13
+- StrUtility::after(string $string, string $search): string
14
+- StrUtility::before(string $string, string $search): string
15
-- Change in the implementation of package structure
16
17
## 1.0.0 (2022-12-18)
18
0 commit comments