Warcraft 3 documentation
vJASS & Zinc Documentation
For the latest documentation about how it works vJASS and Zinc language layers for Warcraft III, please follow these links:
Jasshelper documentation - Zinc documentation - WC3 Optimizer documentation
This topic is the discussión abut the function SubString. You can see all the information about this function keyword HERE.

[functions] SubString No New Posts Jassdoc

Started by
City17

0 Members and 1 Guest are viewing this topic.

[functions] SubString
on: February 25, 2022, 03:11:02 PM

returns a new substring from the interval [start, end) - inclusive, exclusive. Positions are zero-indexed. For empty or invalid out-of-bounds values returns an empty string "".
For start>end returns substring beginning with start until the actual end of string.
For start<0 returns an empty string.

Examples (Lua):
Code: [Select]
SubString("abc", 0, 0) -> ""
SubString("abc", 0, 1) -> "a"
SubString("abc", 2, 3) -> "c"
SubString("abc", 0, 3) -> "abc"
SubString("abcdef", 2, 0) -> "cdef"



 

Started by moyack

Replies: 3
Views: 4233
Jassdoc

Started by Jedi

Replies: 5
Views: 14820
General Jass Discussion

Started by moyack

Replies: 40
Views: 58679
Jass Theory & Questions

Started by moyack

Replies: 0
Views: 658
Jassdoc

Started by moyack

Replies: 0
Views: 649
Jassdoc
Vivir aprendiendo.co - A place for learning stuff, in Spanish   Chaos Realm - The world of Game modders and wc3 addicts   Diplo, a gaming community   Power of Corruption, an altered melee featuring Naga and Demon. Play it now!!!   WC3JASS.com - The JASS Vault + vJASS and Zinc   Jetcraft - A Starcraft II mod   WormTastic Clan (wTc)   Warcraft RESOURCES Reforged: Modelos, mapas, proyectos y mas...