I
I
Incari Studio
Search…
2021.5
Incari HMI Development Platform
Demo Projects
Overview
4 Methods of Animation
Using APIs to Pull Dynamic Data
An Analog Clock
Image Sequence Button Animation
Getting Started
Requirements
What's New
Installation
Project Objects
Scene Objects
Attributes
Data Types
Terminology
Modules
Asset Manager
Animation Editor
Attribute Editor
Code Editor
Console
Exporter
Image Sequence Editor
Logic Editor
Global Preferences
Material Editor
Model Editor
Profiler View
Project Outliner
Project Settings
Scene Outliner
Toolbox
Actions
Array
Binary
Communication
DateTime
Development
Dictionary
Events
Flow Control
Functions
Incari
IO
Math
String
Capitalize
CharCodeAt
Compare
Concat Strings
Contains
EndsWith
CryptoHash
Flatten
Format
IndexOf
Join
JSON Parse
JSON Stringify
LastIndexOf
Length
Lower
IsLower
MatchRegex
PaddingLeft
PaddingRight
RandomString
RemoveCharacters
Replace
ReplaceRegex
Reverse
Split
StartsWith
String Value
Trim
TrimLeft
TrimRight
Upper
IsUpper
Utilities
Variables
Web
Powered By
GitBook
Contains
Overview
The Contains Node.
The
Contains
Node
receives two
Strings
and checks whether one is a
substring
of the other. It outputs the result as a
Boolean
.
Attributes
Inputs
Attribute
Type
Description
String
String
String
to be checked for having
Pattern
as a
substring
, if none is given in the
Input Socket
.
Pattern
String
String
to be checked for being a
substring
of
String
, if none is given in the
Input Socket
.
Inputs
Input
Type
Description
Pulse Input
(â–º)
Pulse
A standard
Input Pulse
, to trigger the execution of the
Node
.
String
String
String
to be checked for having
Pattern
as a
substring
.
Pattern
String
String
to be checked for being a
substring
of
String
.
Outputs
Output
Type
Description
Pulse Output
(â–º)
Pulse
A standard
Output Pulse
, to move onto the next
Node
along the
Logic Branch
, once this
Node
has finished its execution.
Contains
Bool
True
, if
Pattern
is a
substring
of
String
;
false
, otherwise.
External Links
​
Substring
on Wikipedia.
Previous
Concat Strings
Next
EndsWith
Last modified
3mo ago
Copy link
Contents
Overview
Attributes
Inputs
Inputs
Outputs
External Links