Skip to content

Commit

Permalink
Update the regex_type link for functions
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Oct 24, 2024
1 parent 2b50c17 commit c1f6ecb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/regexp-type/regexp_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A `RegExp` value can be created by using the regexp template expression or calli

## Related links
- [Ballerina regular expression grammar](https://ballerina.io/spec/lang/master/#section_10.1)
- [RegExp langlib functions](/learn/by-example/regexp-operations)
- [`regexp` langlib API Docs](https://lib.ballerina.io/ballerina/lang.regexp)
- [`string` langlib API Docs](https://lib.ballerina.io/ballerina/lang.string)
- [The `ensureType` function](/learn/by-example/ensureType-function/)
- [RegExp langlib functions overview](/learn/by-example/regexp_operations_overview)
- [RegExp API Docs](https://lib.ballerina.io/ballerina/lang.regexp)
- [string API Docs](https://lib.ballerina.io/ballerina/lang.string)

0 comments on commit c1f6ecb

Please sign in to comment.