Skip to content

Commit

Permalink
Update file names
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Sep 26, 2024
1 parent bf418fc commit f9c5b86
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

The ``RegExp`` type include a set of langlib functions for matching patterns in strings, enabling operations to find, validate, group, and extract data based on regular expressions.

::: code regexp-match-operations.bal :::
::: code regexp_match_operations.bal :::

::: out regexp-match-operations.out :::
::: out regexp_match_operations.out :::

## Related links
- [RegExp type](/learn/by-example/regexp-type)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ bal run regexp-match-operations.bal
$ bal run regexp_match_operations.bal
Product Code: ELEC-1234, Valid: true
Product Type: ELEC
Unique ID: 1234
Expand Down

0 comments on commit f9c5b86

Please sign in to comment.