-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BBE for Regex
match operations
#5678
Conversation
1622da8
to
8237013
Compare
351807d
to
48a175b
Compare
@@ -0,0 +1,12 @@ | |||
# RegExp operations | |||
|
|||
The `RegExp` type include a set of langlib functions for matching patterns in strings, enabling operations to find, validate, group, and extract data based on regular expressions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `RegExp` type include a set of langlib functions for matching patterns in strings, enabling operations to find, validate, group, and extract data based on regular expressions. | |
The `RegExp` type support a set of langlib functions to match patterns in strings and enable operations such as finding, validating, grouping, and extracting data based on regular expressions. |
Double check grouping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also lang library vs langlib doesn't seem to be consistent across BBEs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grouping is supported by match fullMatchGroups
matchGroupsAt
operations right?
7176a05
to
c3bfe68
Compare
c3bfe68
to
0640e41
Compare
Quality Gate passedIssues Measures |
b1abe2a
Purpose
Part of ballerina-platform/ballerina-dev-website#9318