You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/ballerina-platform/module-ballerina-regex/commits/main)
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. We recommend that you migrate to [ballerina/lang.regexp](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates.
12
+
11
13
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a
12
14
regular expression as a `String` to perform these operations by finding the string matches.
Copy file name to clipboardExpand all lines: ballerina/Module.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. We recommend that you migrate to [ballerina/lang.regexp](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates.
2
+
1
3
## Overview
2
4
3
5
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a
Copy file name to clipboardExpand all lines: ballerina/Package.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. We recommend that you migrate to [ballerina/lang.regexp](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates.
2
+
1
3
## Package overview
2
4
3
5
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a
0 commit comments