Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt

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.

...