Skip to content
Notes
After Effects Scripting
Hello
Code
Js
Linux
Basics
Git Credential
On this page
Overview
split strings
const
str
:
string
=
"
a string with words
"
;
console
.
log
(
str
.
split
(
"
"
));