Skip to content

Commit 3abb4e1

Browse files
authored
Merge pull request #411 from daneshk/main
Add deprecate message in the API Docs
2 parents 4b9c468 + 606ff8f commit 3abb4e1

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ballerina Regex Library
1+
Ballerina Regex Library [DEPRECATED]
22
==============================
33

44
[![Build](https://github.com/ballerina-platform/module-ballerina-regex/actions/workflows/build-timestamped-master.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerina-regex/actions/workflows/build-timestamped-master.yml)
@@ -8,6 +8,8 @@ Ballerina Regex Library
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. We recommend that you migrate to [ballerina/lang.regexp](https://lib.ballerina.io/ballerina/lang.regexp/latest) library for continued support and updates.
12+
1113
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a
1214
regular expression as a `String` to perform these operations by finding the string matches.
1315

ballerina/Module.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
13
## Overview
24

35
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
13
## Package overview
24

35
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)