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
|**`str_expr_2`**| A string expression to be compared to the beginning of `str_expr_1`. |
33
-
|**`bool_expr`***(Optional)*| Optional value for ignoring case. When set to `true`, `ENDSWITH` does a case-insensitive search. When unspecified, this default value is `false`. |
31
+
|**`string_expr_1`**| A string expression. |
32
+
|**`string_expr_2`**| A string expression to be compared to the beginning of `string_expr_1`. |
33
+
|**`bool_expr`***(Optional)*| Optional value for ignoring case. When set to `true`, `STARTSWITH` does a case-insensitive search. When unspecified, this default value is `false`. |
34
34
35
35
## Return types
36
36
@@ -40,25 +40,9 @@ Returns a boolean expression.
40
40
41
41
The following example checks if the string `abc` starts with `b` or `ab`.
0 commit comments