It returns null if the source string is null or empty.
如果源字符串是null或空,则将返回null。
Position 0 is the first character in the source string.
在源字符串中,位置0是第一个字符。
Position 1 is the first character in the source string.
位置1是源字符串中的第一个字符。
If the source string is null or empty, then 0 is returned.
如果源字符串是null或空,则将返回0。
The Substring function will extract text from a source string.
Substring函数将从源字符串提取文本。
Enter the parameters required to format the source string data.
输入格式化源字符串数据所需的参数。
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.
搜索指定的子字符串,并返回源字符串内从指定的索引位置到字符串结尾这一部分中第一个匹配项的从零开始的索引。
An extract transform is a bit different than its parameter mapping counterpart because its source attribute must be a string.
提取转换与对应的参数映射稍有不同,因为它的源属性必须是字符串。
The other type of XML source in the system is a plain XML string.
系统中源XML的另外一种类型是纯 XML 字符串。
Source: The string to search in.
source:在其中搜索的字符串。
Source: the input string the regular expression is matched against.
source:正则表达式所匹配的输入字符串。
应用推荐