string function meaning in English
串函数
Examples
- The next string function is called index , and will return the position of the occurrence of a substring in another string , or it will return 0 if the string isn t found
下一个字符串函数叫作index ,它将返回子字符串在另一个字符串中出现的位置,如果没有找到该字符串则返回0 。 - In this conclusion to the awk series , daniel introduces you to awk s important string functions , and then shows you how to write a complete checkbook - balancing program from scratch
在这篇awk系列的总结中, daniel向您介绍awk重要的字符串函数,以及演示了如何从头开始编写完整的支票簿结算程序。 - The implication of this is that the familiar string functions , such as strlen and substr which work on bytes rather than character positions might not have desired effect , depending on just what is in the utf - 8 string
这意味着类似的字符串函数(作用于字节而不是字符位置) ,例如strlen ( )和substr ( ) ,可能得不到预期的效果,这取决于utf - 8字符串中的内容。 - When you used the eclipse externalize strings function to create the . properties file , it modified the application so it retrieves the regular expression along with all the other translatable text in the program , as shown in listing 5
当使用eclipse externalize strings功能创建. properties文件时,它修改了应用程序,以便同时获取正则表达式和程序中所有其他可翻译的文本,如清单5所示: - Shows the implementation of five transact - sql string functions that provide the same string modify functions as built - in ones , but with additional supplementary character - aware capability to handle both unicode and supplementary character strings
显示五个transact - sql字符串函数的实现,这些函数提供了与内置函数相同的字符串修改功能,不同的是增加了识别增补字符的功能,因此既可以处理unicode字符串,也可以处理由增补字符组成的字符串。