From 5134a5860f6525a21a1a8b1545a5fc07762f73d6 Mon Sep 17 00:00:00 2001 From: poorna2152 Date: Thu, 31 Oct 2024 10:58:26 +0530 Subject: [PATCH] Update regex bbe topics --- examples/regexp-match-operations/regexp_match_operations.md | 2 +- examples/regexp-replace-operations/regexp_replace_operations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/regexp-match-operations/regexp_match_operations.md b/examples/regexp-match-operations/regexp_match_operations.md index 93bfe22249..71c104f8bd 100644 --- a/examples/regexp-match-operations/regexp_match_operations.md +++ b/examples/regexp-match-operations/regexp_match_operations.md @@ -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. diff --git a/examples/regexp-replace-operations/regexp_replace_operations.md b/examples/regexp-replace-operations/regexp_replace_operations.md index c4dd8cf6eb..6d3dc580e6 100644 --- a/examples/regexp-replace-operations/regexp_replace_operations.md +++ b/examples/regexp-replace-operations/regexp_replace_operations.md @@ -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.