UNPKG

pxt-core-own

Version:

Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript tools and editors

19 lines (15 loc) 408 B
# Text Functions to combine, split, and search text strings. ```cards "".charAt(0); "".compare(""); "".substr(0, 0); parseInt(""); "".indexOf(""); "".includes(""); ``` ## See also [char at](/reference/text/char-at), [compare](/reference/text/compare), [substr](/reference/text/substr), [parse float](/reference/text/parse-float), [index of](/reference/text/index-of), [includes](/reference/text/includes)