Skip to content

Commit 3b7c1f0

Browse files
committed
Change module to package
1 parent 04079b4 commit 3b7c1f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It has support for regex functionalities like checking whether a string matches
1414

1515
The **Issues** and **Projects** tabs are disabled for this repository as this is part of the Ballerina Standard Library. To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina Standard Library [parent repository](https://github.com/ballerina-platform/ballerina-standard-library).
1616

17-
This repository contains only the source code of the module.
17+
This repository contains only the source code of the package.
1818

1919
## Building from the Source
2020

@@ -40,15 +40,15 @@ Execute the commands below to build from source.
4040

4141
./gradlew clean test
4242

43-
3. To build the module without the tests:
43+
3. To build the package without the tests:
4444

4545
./gradlew clean build -x test
4646

4747
4. To debug the tests:
4848

4949
./gradlew clean build -Pdebug=<port>
5050
51-
5. To debug the module with Ballerina language:
51+
5. To debug the package with Ballerina language:
5252

5353
./gradlew clean build -PbalJavaDebug=<port>
5454

regex-ballerina/Package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Module overview
1+
## Package overview
22

3-
This module provides the following regex utility functions.
3+
This package provides the following regex utility functions.
44

55
* `matches` - Checks whether a string matches a given regex.
66
* `replaceAll` - Replaces every occurrence of a substring that matches a given regex in a string, with another string provided.

0 commit comments

Comments
 (0)