You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/text_find.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"id": "text_position",
2
+
"id": "text_find",
3
3
"summary": "First position of a text in another text",
4
4
"description": "Checks where the text (also known as *string*) specified for `pattern` is positioned in the text specified for `data` for the first time. No-data values are passed through.",
5
5
"categories": [
@@ -35,13 +35,13 @@
35
35
}
36
36
],
37
37
"returns": {
38
-
"description": "A value >= 0 that indicates the position of the text, `-1` if the text was not found.",
38
+
"description": "A value >= 0 that indicates the position of the text, `null` if the text was not found.",
0 commit comments