You can get all the information within a certain tag and replace it, or you can turn all the text to lowercase.
您可以获得某个标记内的所有信息并替换它,或者您也可以将所有文本变成小写的。
Converts the specified string to lowercase.
将指定的字符串转换为小写。
Returns a string or character converted to lowercase.
返回已转换为小写的字符串或字符。
Returns a copy of this string converted to lowercase.
传回此字串转换为小写的版本。
Converts the specified character or string to lowercase.
将指定的字符或字符串转换为小写。
The strtolower() function converts a string to lowercase.
函数的作用是:将一个字符转为小写字母。
The actions string is converted to lowercase before processing.
动作字符串在处理之前转换为小写。
Convert a selection of text from uppercase to lowercase (or vice versa).
将选择的文字从大写字母转换为小写字母(反之亦然);
You need to convert a string from uppercase to lowercase, or vice versa.
你需要将一个字符串从大写转换为小写,或者相反。
The lower method converts all the characters in the calling string to lowercase.
lower方法将string中的所有字符转换为小写。
Returns a string where all alphabetic characters have been converted to lowercase.
返回一个字符串,该字符串中的所有字母都被转换为小写字母。
The first character is changed to uppercase , and all others are changed to lowercase.
第一个字符被转化为大写,所有其余字符被转化为小写。
PHP script to help you fix your data filenames if they get converted to lowercase by accident.
php脚本,如果你的数据文件名不小心被转换成小写的话,该脚本将帮助你进行修正。
The first character was left uppercase and the remaining characters were converted to lowercase.
第一个字元保留大写,而其馀的字元已转换成小写。
For instance, the predefined directive as_lower_d converts the input stream to lowercase (see Listing 6).
例如,预定义指令as_lower_d将输入流转换为小写(参见清单6)。
Returns a copy of this string converted to lowercase, using the casing rules of the specified culture.
根据指定区域性的大小写规则返回此字符串转换为小写形式的副本。
The GenericLowerDecorator class ACTS as a universal decorator to force all string-based parameters into lowercase.
GenericLowerDecorator类充当一个通用修饰符,用于强制所有基于字符串的参数使用小写形式。
For this example, the search string is also converted to lowercase, resulting in a search that is not case-sensitive.
在这个例子中,搜索字符串还被转换成小写字符,因此这个搜索不是大小写敏感的。
Well, you can get all the information within a certain tag, and replace it, or you can turn all the text in a to lowercase.
比如说,您可以获得包含在某个标记内的所有信息并进行替换,或者您也可以将所有内的文本变成小写的。
By convention, the name of a managed bean is the same as the class name, with the first letter of the class name converted to lowercase.
按照约定,托管bean的名称与类名相同,类名的第一个字母被转换为小写。
This routine checks to see if a character is between a and Z, then converts it to lowercase and compares it; it compares other characters directly.
这个例程检查字符是否在A到Z之间,然后将其转换为小写字母并将它直接和其他字符比较。
Write a program that reads a file, breaks each line into words, strips whitespace and punctuation from the words, and converts them to lowercase.
写一个读取文件的程序,把每一行拆分成一个个词,去掉空白和标点符号,然后把所有单词都转换成小写字母的。
There was a trick, though: If your file had an extension, you could convert the extension to lowercase while keeping the base name all uppercase.
但没有一个技巧:如果您的文件扩展名,可以将转换为小写,同时保持全部大写的基名称扩展。
In this example, it converts the first character of the name to uppercase, and the remaining characters to lowercase, and then USES that modified string as the new name value.
在这个例子中,它将名称的首字母大写,其它的字母保持小写,然后用修改过的字符串作为新的名称值。
With the exception that one of the listeners converts the input string to uppercase, while the second converts the string to lowercase, the code for the listeners is exactly the same.
例外情况,一个监听器将输入字符串转换成大写字母,而另一个将其转换成小写字母,这对于监听器所编写的代码都是完全相同的。
We reasoned that these two eventually reach some kind of an equilibrium separation, which we are using lowercase r to represent.
我们推导这两个最终能达到某种平衡分离,我们用小写的r来表示。
Notice that the script expects the file name to match the lowercase name of the queue manager and to be in the current directory.
注意,这个脚本期望文件名匹配队列管理器的小写名称且文件位于当前目录中。
Whereas previously tags and attributes could be written in uppercase, lowercase, or any combination thereof, a valid XHTML 1.0 document required all tags and attributes to be lowercase.
此前的标签和属性可以是大写、小写,或者任意大小写字母的组合,而有效的XHTML 1.0文档则要求所有标签和属性必须一律小写。
They simply convert the string to all uppercase or all lowercase letters, respectively.
它们只是分别将字符串都转换成大写字母或小写字母。
One more trick to lessen the effort with compression is to use lowercase elements and class names.
另一种减少压缩工作的技巧是使用小写形式的元素和类名。
应用推荐