Skip to content

Commit d934dae

Browse files
committed
Fix review comments
1 parent 33b3da6 commit d934dae

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Ballerina Regex Library [DEPRECATED]
88
[![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerina-regex.svg)](https://github.com/ballerina-platform/module-ballerina-regex/commits/main)
99
[![Github issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/regex.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Fregex)
1010

11-
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. Instead, it is recommended to use the [ballerina/lang.regexp](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates. You can find the new regexp types example [here](https://ballerina.io/by-example/regexp-type), the new regexp operations example [here](https://ballerina.io/by-example/regexp-operations) and the regexp feature guide [here](https://ballerina.io/learn/distinctive-language-features/advanced-general-purpose-language-features/#regular-expressions
12-
).
11+
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. Instead, it is recommended to use the [`ballerina/lang.regexp`](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates. For more information, see the new [regexp types example](https://ballerina.io/by-example/regexp-type), [regexp operations example](https://ballerina.io/by-example/regexp-operations), and [regexp feature guide](https://ballerina.io/learn/distinctive-language-features/advanced-general-purpose-language-features/#regular-expressions).
1312

1413
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a
1514
regular expression as a `String` to perform these operations by finding the string matches.

ballerina/Module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. Instead, it is recommended to use the [ballerina/lang.regexp](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates. You can find the new regexp types example [here](https://ballerina.io/by-example/regexp-type), the new regexp operations example [here](https://ballerina.io/by-example/regexp-operations) and the regexp feature guide [here](https://ballerina.io/learn/distinctive-language-features/advanced-general-purpose-language-features/#regular-expressions
2-
).
1+
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. Instead, it is recommended to use the [`ballerina/lang.regexp`](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates. For more information, see the new [regexp types example](https://ballerina.io/by-example/regexp-type), [regexp operations example](https://ballerina.io/by-example/regexp-operations), and [regexp feature guide](https://ballerina.io/learn/distinctive-language-features/advanced-general-purpose-language-features/#regular-expressions).
2+
33
## Overview
44

55
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a

ballerina/Package.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. Instead, it is recommended to use the [ballerina/lang.regexp](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates. You can find the new regexp types example [here](https://ballerina.io/by-example/regexp-type), the new regexp operations example [here](https://ballerina.io/by-example/regexp-operations) and the regexp feature guide [here](https://ballerina.io/learn/distinctive-language-features/advanced-general-purpose-language-features/#regular-expressions
2-
).
1+
**Deprecation Notice:** This library is deprecated and will no longer be maintained or updated. Instead, it is recommended to use the [`ballerina/lang.regexp`](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates. For more information, see the new [regexp types example](https://ballerina.io/by-example/regexp-type), [regexp operations example](https://ballerina.io/by-example/regexp-operations), and [regexp feature guide](https://ballerina.io/learn/distinctive-language-features/advanced-general-purpose-language-features/#regular-expressions).
32
## Package overview
43

54
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a

0 commit comments

Comments
 (0)