![MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Скачать руководство пользователя страница 345](http://html1.mh-extra.com/html/macromedia/dreamweaver-8-dreamweaver-api/dreamweaver-8-dreamweaver-api_reference_3332054345.webp)
String manipulation functions
345
Arguments
searchString
,
separatorCharacters
■
The
searchString
argument is the string to separate into tokens.
■
The
separatorCharacters
argument is the character or characters that signifies the end
of a token. Separator characters in quoted strings are ignored. Any white-space characters
that occur in
separatorCharacters
(such as tabs) are treated as separator characters, as if
they are explicitly specified. Two or more consecutive white space characters are treated as
a single separator.
Returns
An array of token strings.
Example
The following call to the
dw.getTokens()
function returns the tokens that come after it:
dreamweaver.getTokens('foo("my arg1", 34)', '(),')
■
foo
■
"my arg 1"
■
34
dreamweaver.latin1ToNative()
Availability
Dreamweaver 2.
Description
Converts a string in Latin 1 encoding to the native encoding on the user’s computer. This
function is intended to display the UI of an extension file in another language.
Arguments
stringToConvert
■
The
stringToConvert
argument is the string to convert from Latin 1 encoding to
native encoding.
Returns
The converted string.
NO
TE
This function has no effect in Windows because Windows encodings are already based
on Latin 1.
000_DW_API_Print.book Page 345 Wednesday, July 20, 2005 11:58 AM
Содержание DREAMWEAVER 8-DREAMWEAVER API
Страница 1: ...Dreamweaver API Reference...
Страница 16: ......
Страница 28: ...28 The File I O API...
Страница 38: ...38 The HTTP API...
Страница 68: ...68 Flash Integration...
Страница 100: ...100 The Database API...
Страница 116: ...116 The JavaBeans API...
Страница 144: ...144 The Source Control Integration API...
Страница 146: ......
Страница 254: ...254 Workspace...
Страница 298: ...298 Site...
Страница 354: ...354 Document...
Страница 396: ...396 Page Content...
Страница 488: ...488 Design...
Страница 550: ...550 Code...