Skip to content

Commit fbfda0f

Browse files
Update docs/spec/spec.md
Co-authored-by: Danesh Kuruppu <[email protected]>
1 parent c18b157 commit fbfda0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public isolated function split(string receiver, string delimiter) returns string
7474

7575
## 2.4. Search
7676

77-
The search APIs extract substring/s of the string.
77+
The search APIs extract substring/s of the string that matches the provided regex. It provides details of the matches such as substring value, start index, end index, and matched regex groups
7878

7979
The following records are used to hold the results of a match against a regular expression.
8080

0 commit comments

Comments
 (0)