Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] I don't get it, how thes the Tokenizer work.

[DiscordArchive] I don't get it, how thes the Tokenizer work.

[DiscordArchive] I don't get it, how thes the Tokenizer work.

rektbyfaith
Administrator
0
06-05-2019, 06:28 PM
#1
Archived author: MR.MUSTACHE • Posted: 2019-06-05T18:28:13.512000+00:00
Original source

I don't get it, how thes the Tokenizer work.
Does it return strs as array or i have to use strs. first and strs.last ?
rektbyfaith
06-05-2019, 06:28 PM #1

Archived author: MR.MUSTACHE • Posted: 2019-06-05T18:28:13.512000+00:00
Original source

I don't get it, how thes the Tokenizer work.
Does it return strs as array or i have to use strs. first and strs.last ?

rektbyfaith
Administrator
0
06-05-2019, 06:34 PM
#2
Archived author: Luka • Posted: 2019-06-05T18:34:14.759000+00:00
Original source

It doesn't return anything, it takes a string and splits it into separate substrings based on the character specified, in the example above the space character was specified, then places all of those strings in a container in this case strs
rektbyfaith
06-05-2019, 06:34 PM #2

Archived author: Luka • Posted: 2019-06-05T18:34:14.759000+00:00
Original source

It doesn't return anything, it takes a string and splits it into separate substrings based on the character specified, in the example above the space character was specified, then places all of those strings in a container in this case strs

rektbyfaith
Administrator
0
06-05-2019, 06:34 PM
#3
Archived author: Luka • Posted: 2019-06-05T18:34:31.386000+00:00
Original source

You should be able to retrieve them by doing strs[0], strs[1]
rektbyfaith
06-05-2019, 06:34 PM #3

Archived author: Luka • Posted: 2019-06-05T18:34:31.386000+00:00
Original source

You should be able to retrieve them by doing strs[0], strs[1]

rektbyfaith
Administrator
0
06-05-2019, 06:36 PM
#4
Archived author: MR.MUSTACHE • Posted: 2019-06-05T18:36:11.778000+00:00
Original source

okay ty
rektbyfaith
06-05-2019, 06:36 PM #4

Archived author: MR.MUSTACHE • Posted: 2019-06-05T18:36:11.778000+00:00
Original source

okay ty

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)