...
Examples
Example 1
Code Block | ||
---|---|---|
| ||
wret = endsWith("This will return ?", "will"); print("Return " + wret); |
Print false
Example 2
Code Block | ||
---|---|---|
| ||
wret = endsWith("This will return ?", "n ?"); print("Return " + wret); |
Print true
Example 3
Code Block | ||
---|---|---|
| ||
wret = endsWith("This will return ?", "N ?"); print("Return " + wret); |
...
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|