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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ character strings. If a particular string is in the set described by a regular e
15
15
16
16
For a quick sample on demonstrating the usage, see [Ballerina By Examples](https://ballerina.io/learn/by-example/).
17
17
18
-
## Issues and projects
18
+
## Issues and Projects
19
19
20
20
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).
21
21
22
22
This repository contains only the source code of the package.
23
23
24
-
## Build from the source
24
+
## Building from the Source
25
25
26
-
### Set up the prerequisites
26
+
### Setting Up the Prerequisites
27
27
28
28
* Download and install Java SE Development Kit (JDK) version 11 (from one of the following locations).
29
29
@@ -33,9 +33,9 @@ This repository contains only the source code of the package.
33
33
34
34
> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
35
35
36
-
### Build the source
36
+
### Building the Source
37
37
38
-
Execute the commands below to build from the source.
38
+
Execute the commands below to build from source.
39
39
40
40
1. To build the library:
41
41
@@ -69,17 +69,17 @@ Execute the commands below to build from the source.
69
69
70
70
./gradlew clean build -PpublishToCentral=true
71
71
72
-
## Contribute to Ballerina
72
+
## Contributing to Ballerina
73
73
74
74
As an open source project, Ballerina welcomes contributions from the community.
75
75
76
76
For more information, go to the [contribution guidelines](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md).
77
77
78
-
## Code of conduct
78
+
## Code of Conduct
79
79
80
80
All contributors are encouraged to read the [Ballerina Code of Conduct](https://ballerina.io/code-of-conduct).
81
81
82
-
## Useful links
82
+
## Useful Links
83
83
84
84
* For more information go to the [`regex` library](https://lib.ballerina.io/ballerina/regex/latest).
85
85
* For example demonstrations of the usage, go to [Ballerina By Examples](https://ballerina.io/learn/by-example/).
This module provides APIs for searching, splitting, and replacing the set of characters of a string. These APIs are using a
4
4
regular expression as a `String` to perform these operations by finding the string matches.
5
5
6
6
[Regular expressions](https://en.wikipedia.org/wiki/Regular_expression), are notations for describing sets of
7
7
character strings. If a particular string is in the set described by a regular expression, the regular expression matches that string.
8
8
9
-
## Report issues
9
+
## Report Issues
10
10
11
11
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).
12
12
13
-
### Useful links
13
+
### Useful Links
14
14
15
15
- Chat live with us via our [Slack channel](https://ballerina.io/community/slack/).
16
16
- Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.
0 commit comments