Skip to content

Commit

Permalink
Update regex bbe topics
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Oct 31, 2024
1 parent aaea602 commit c267d44
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 c267d44

Please sign in to comment.