User Tools

Site Tools


4rpl:commands:startswith

Index
Strings

StartsWith

StartsWith (<-thisString <-preamble)

Description

Takes two strings from the stack and returns whether the first string starts with the second (case sensitive)

Examples

if (StartsWith("Hello there" "Hello"))
    Trace("I opened with hello")
endif

Index

4rpl/commands/startswith.txt · Last modified: 2021/11/27 07:59 by Karsten75