Module regex

ballerina/regex Ballerina library

Deprecated0.7.0-beta.1

Overview

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

Regular expressions, are notations for describing sets of character strings. If a particular string is in the set described by a regular expression, the regular expression matches that string.

For information on the operations, which you can perform with the regex module, see the below Functions.

Import

import ballerina/regex;Copy

Metadata

Released date: almost 3 years ago

Version: 0.7.0-beta.1


Compatibility

Platform: java11

Ballerina version: slbeta1

GraalVM compatible: Yes


Pull count

Total: 422804

Current verison: 4890


Weekly downloads


Other versions

See more...