diff --git a/swan-lake/by-example/regexp-match-operations/content.jsx b/swan-lake/by-example/regexp-match-operations/content.jsx index f326fa2c514b..cdfafeed29fb 100644 --- a/swan-lake/by-example/regexp-match-operations/content.jsx +++ b/swan-lake/by-example/regexp-match-operations/content.jsx @@ -71,7 +71,7 @@ export function RegexpMatchOperations({ codeSnippets }) { return ( -

RegExp operations

+

RegExp match operations

The RegExp type supports a set of langlib functions to diff --git a/swan-lake/by-example/regexp-replace-operations/content.jsx b/swan-lake/by-example/regexp-replace-operations/content.jsx index 9c80b89537c8..d3fcb124445d 100644 --- a/swan-lake/by-example/regexp-replace-operations/content.jsx +++ b/swan-lake/by-example/regexp-replace-operations/content.jsx @@ -36,7 +36,7 @@ export function RegexpReplaceOperations({ codeSnippets }) { return ( -

RegExp operations

+

RegExp replace operations

The RegExp type supports a set of langlib functions to