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
ReplaceRegex
Overview
The ReplaceRegex Node.
The
ReplaceRegex
Node
allows to replace parts of a
String
using regular expressions to search for the pattern to replace.
Attributes
Inputs
Attribute
Type
Description
String
String
String
in which some parts will be replaced, if none is given in the
Input Socket
.
From
String
The pattern that will be searched for and replaced using regular expressions, if none is given in the
Input Socket
.
To
String
String
that will replace the pattern defined in
From
, 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
in which some parts will be replaced.
From
String
The pattern that will be searched for and replaced using regular expressions.
To
String
String
that will replace the pattern defined in
From
.
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.
Result
String
The resulting
String
after the pattern has been replaced.
See Also
​
Replace
​
​
MatchRegex
​
External Links
​
Regular expression
on Wikipedia.
Previous
Replace
Next
Reverse
Last modified
3mo ago
Copy link
Contents
Overview
Attributes
Inputs
Inputs
Outputs
See Also
External Links