This shows you the differences between two versions of the page.
| ixe:irpl:flow_control:endswith [2025/01/07 20:41] – created - external edit 127.0.0.1 | ixe:irpl:flow_control:endswith [2025/01/11 02:23] (current) – page in wrong section Karsten75 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~NOTOC~~ | ||
| - | |||
| - | |||
| - | ====== EndsWith ====== | ||
| - | EndsWith | ||
| - | |||
| - | ===== Description ===== | ||
| - | Takes two strings from the stack and returns whether the first string ends with the second (case sensitive) | ||
| - | |||
| - | ===== Examples ===== | ||
| - | <code 4rpl> | ||
| - | if (EndsWith(" | ||
| - | Trace(" | ||
| - | endif | ||
| - | </ | ||