Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
String Functions (substring)
Willy_Born
Is there an oscript equivalent for the java substring function?
Find more posts tagged with
Comments
eLink User
Message from chris meyer via eLinkYes. For example: String s = "abcde" echo (s[2:4])will output: bcdcheers, chriseLink Discussion: Development Discussion wrote:>Is there an oscript equivalent for the java substring function?> >