Skip to content

Commit

Permalink
Merge pull request #5810 from poorna2152/regex_bbe_topics
Browse files Browse the repository at this point in the history
Fix regex operations bbe topics
  • Loading branch information
poorna2152 authored Oct 31, 2024
2 parents aaea602 + c267d44 commit 0f99c3b
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 0f99c3b

Please sign in to comment.