Navigation :
Envision Language
Lokad Platform
Envision Gallery
Envision Reference
- Glossary
- Tile syntax
- List of icons
- StyleCode sub-language
-
_
-
A-B-C
-
D-E-F
-
G-H-I
-
J-K-L
-
M-N-O
-
P-Q-R
-
S-T-U
-- same
-- sample
-- sanitize
-- scalar
-- scan
-- scatter
-- sequenceUrl
-- show
-- sin
-- single
-- slicepicker
-- Slices
-- sliceSearchUrl
-- slicetree
-- sliceUrl
-- small
-- smooth
-- smudge
-- solve.moq
-- sort
-- span
-- spark
-- sqrt
-- startsWith
-- stdev
-- stdevp
-- stockrwd.c
-- stockrwd.m
-- stockrwd.s
-- strlen
-- substr
-- sum
-- summary
-- syncUrl
-- table
-- tabs
-- tanh
-- taskUrl
-- text
-- then
-- today
-- transform
-- treemap
-- trim
-- true
-- truncate
-- tryParseDate
-- tryParseNumber
-- tryParseTime
-- tryParseWeek
-- tuple
-- uniform
-- uniform.left
-- uniform.right
-- union
-- upload
-- uppercase
-- URL
-
V-W-X
-
Y-Z
Envision Specifications
Library
Legacy
startsWith
startsWith(source: text, pattern: text) 🡒 boolean, const pure function
Returns true
if the source starts with an occurrence of the pattern.
source = "Hello World!"
show summary "" a1c2 with
startsWith(source, "hello") as "Starts with hello"
startsWith(source, "Hello") as "Starts with Hello"
See also