startsWith
Syntax | startsWith(str1, str2) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns "true" if str1 starts with str2.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
str1 | String | Yes | Specifies a character expression to search for str2. |
str2 | String | Yes | Specifies a character expression to search for in str1. |
Return Type
Boolean (true/false)
Example
if(startsWith("Fram, the polar bear", "Fram")) {
/* code block will execute */
}See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.