字符串函数 meaning in English
character string function
Examples
- 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字符串中的内容。 - 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字符串,也可以处理由增补字符组成的字符串。 - This sample shows the implementation of five transact - sql string functions that provide the same string manipulation functions as built - in ones , but with additional supplementary character - aware capability to handle both unicode and supplementary character strings
此示例显示了五个transact - sql字符串函数的实现方式。这些函数提供的字符串操作功能与内置函数相同,但增加了补充字符识别功能,因此既能处理unicode字符串,又能处理补充字符串。