Skip to content

Commit

Permalink
Merge pull request #5809 from poorna2152/10.x_regex_topics_fix
Browse files Browse the repository at this point in the history
[2201.10.x] Fix regex operations bbe topics
  • Loading branch information
poorna2152 authored Oct 31, 2024
2 parents 636bcda + 5134a58 commit 29a0f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RegExp operations
# RegExp match operations

The `RegExp` type supports 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.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RegExp operations
# RegExp replace operations

The `RegExp` type supports a set of langlib functions to replace parts of strings that match specific patterns.

Expand Down

0 comments on commit 29a0f0a

Please sign in to comment.