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.