Based on the specified delimiter, the source string is divided into sections.
根据指定的分隔符,源字符串被划分为几个部分。
It returns a null if no match is found, or if the source string is null or empty.
如果没有发现匹配项或源字符串是null或空,则返回null。
It returns 0 if the match cannot be found or -1 if source string is null or empty.
如果没有发现匹配则返回0,或者如果源字符串是null或空则返回- 1。
Determines whether the specified source string ends with the specified suffix.
确定指定的源字符串是否以指定的后缀结尾。
Determines whether the specified source string starts with the specified prefix.
确定指定的源字符串是否以指定的前缀开头。
The function strncpy (3) can also be used to copy only a part of the source string into the destination.
函数strncpy(3)还可以用来仅把源字符串的一部分复制到目标中。
The Substring function uses a delimiter and index to determine what text to extract from the incoming source string.
Substring函数使用一个分隔符和索引来判断要从进入的源字符串提取哪些文本。
When doing that, the number of characters to be copied is usually computed based on information about the source string.
在执行这个操作时,要复制的字符的数目通常是基于源字符串的相关信息来计算的。
Searches for the specified character and returns the zero-based index of the last occurrence within the entire source string.
搜索指定的子字符串,并返回整个源字符串内最后一个匹配项的从零开始的索引。
Searches for the specified substring and returns the zero-based index of the last occurrence within the entire source string.
搜索指定的字符,并返回整个源字符串内最后一个匹配项的从零开始的索引。
Searches for the specified substring and returns the zero-based index of the first occurrence within the entire source string.
搜索指定的字符并返回整个源字符串内第一个匹配项的从零开始的索引。
Searches for the specified character and returns the zero-based index of the first occurrence within the entire source string.
搜寻指定的子字串,并传回来源字串内第一个相符项目的以零起始的索引。
This function attempts to match a specific occurrence of the pattern that is defined by the regular expression against the source string.
此函数试图匹配正则表达式针对源字符串的模式的特定发生项。
This function attempts to match and return a specific occurrence of a pattern that is defined by the regular expression against the source string.
此函数试图匹配并返回正则表达式针对源字符串定义的模式的特定发生项。
The application uses an open source string extraction framework called gettext to factualize the translated strings. This framework has several virtues
应用程序将使用一个名为gettext 的开源字符串提取框架以实例化经过翻译的字符串。
It then returns the position in the source string of either the first character of the matched occurrence, or the first character after the matched occurrence.
然后,其返回已匹配发生项的第一个字符或已匹配发生项后面的第一个字符在源字符串中的位置。
The function strncpy(3) also doesn't NUL-terminate its destination if the source string is at least as long as the destination; this can cause havoc later.
如果源字符串至少和目标一样长,那么函数strncpy(3)还不会使用NUL 来结束字符串;这可能会在以后导致严重破坏。
In theory, strncpy (3) is the safe replacement for strcpy (3), but strncpy (3) also fills the entire destination with NULs once the end of the source string has been met.
从理论上讲,strncpy(3)是strcpy(3)的安全替代者,但是strncpy(3)还会在源字符串结束时使用nul来填充整个目标空间。
Before using a translation provided by WebSphere translation Server, it is probably a good business practice to verify that the translation actually parallels the source string.
在使用WebSphereTranslationServer提供的翻译之前,验证翻译是否确实与源字符串匹配或许是个很好的业务实践。
Searches for the specified character and returns the zero-based index of the first occurrence within the section of the source string that extends from the specified index to the end of the string.
搜索指定的子字符串,并返回源字符串内从指定的索引位置到字符串结尾这一部分中第一个匹配项的从零开始的索引。
The feed source details can be provided in the form of a string stored in system memory, via an input file, or as records in a database.
提要源细节可以通过存储在系统内存的字符串的形式,借助一个输入文件或作为数据库中的记录提供。
An extract transform is a bit different than its parameter mapping counterpart because its source attribute must be a string.
提取转换与对应的参数映射稍有不同,因为它的源属性必须是字符串。
The second parameter is a string that allows you to indicate the name of the audit source.
第二个参数是个字符串,用于指定审核源的名字。
The Concat function will concatenate two or more strings from the source into a single string value on the target side.
Concat函数将来自源的两个或多个字符串在目标端连接成一个单一的字符串值。
The Normalize function will move a string from the source to the target and make the following modifications to the string during the move
Normalize函数会将字符串从源移动到目标中,并在移动期间对字符串进行以下修改
The Normalize function will move a string from the source to the target and make the following modifications to the string during the move.
normalize函数将一个字符串从源移动到目标并在移动期间对字符串做出以下修改。
You set up a data source object, provide the connection string and query text, and assign the id of the data source to the DataSourceId property of the GridView.
您只需建立一个数据源对象,提供连接字符串和查询文本,为GridView的DataSourceId属性分配数据源id。
Now, the Lotus Connections portlet uses the search string sent from the source portlet as a search string to search a specific Lotus Connections service and display the search results.
现在,LotusConnectionsportlet使用源 portlet发送的搜索字符串作为搜索字符串来搜索特定 Lotus Connections服务和显示搜索结果。
The only real clue is in the JDK documentation for NumberFormat.parse(String source), which says, without further explanation, "The method may not use the entire text of the given string."
惟一真实的线索在针对 NumberFormat.parse(String source)的JDK文档中,该文档称“该方法也许不会使用给定字符串的整个文本”,但并未给出进一步的说明。
The source language to target language is specified by use of the String variable language, which you feed into the getTranslation method.
源语言与目标语言通过使用传入 getTranslation 方法的字符串变量language指定。
应用推荐