Configuration

1
Console Output
>

Visual Output

Main String:
Hello World!
Search String:
World
Match Found!
At position: 6
Main String Length:12
Search String Length:5
Method Comparison
includes():
Checks if a string (or array) contains the specified value, returning true or false.