您可以使用菜单命令或键盘快捷键将选定文本的大小写转换为全部大写或全部小写。
You can use menu commands or keyboard shortcuts to convert the case of selected text to all upper case or to all lower case.
我爸用电脑的唯一目的就是打红心大战,不知道为什么,每次我站在他后面观战,总是会发现大小写转换是开着的。
My dad only uses the computer to play poker and for some reason whenever I get on after him caps lock is always on, no idea why.
例外情况,一个监听器将输入字符串转换成大写字母,而另一个将其转换成小写字母,这对于监听器所编写的代码都是完全相同的。
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.
用该值结合大写和小写值间的差执行转换。
You use that, combined with the difference between the lowercase and uppercase values, to perform the conversion.
将选择的文字从大写字母转换为小写字母(反之亦然);
Convert a selection of text from uppercase to lowercase (or vice versa).
例如,预定义指令as_lower_d将输入流转换为小写(参见清单6)。
For instance, the predefined directive as_lower_d converts the input stream to lowercase (see Listing 6).
清单3显示了两个监听器中其中一个监听器的代码,该监听器接收通过消息总线传送的CaseModel,然后将提供的文本转换为大写体和小写体。
Listing 3 shows the code for one of two listeners that receive the CaseModel delivered through the message bus and convert the provided text to upper and lower case.
lower方法将string中的所有字符转换为小写。
The lower method converts all the characters in the calling string to lowercase.
对表中的每个列使用普通bean 命名约定,但将下滑线转换为大小写混合(例如,topping_id变成 getToppingId)。
Use the ordinary bean-naming conventions for each column in the table, but convert underscores to mixed case (for example, topping_id becomes getToppingId).
转换成大写的字母(如果是小写)
它们只是分别将字符串都转换成大写字母或小写字母。
They simply convert the string to all uppercase or all lowercase letters, respectively.
这个例程检查字符是否在A到Z之间,然后将其转换为小写字母并将它直接和其他字符比较。
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.
在这个例子中,搜索字符串还被转换成小写字符,因此这个搜索不是大小写敏感的。
For this example, the search string is also converted to lowercase, resulting in a search that is not case-sensitive.
有些标准化规则非常简单,不需要进行大量的工作,如将混合使用大小写的数据转换为大写数据。
Some of the standardization rules are straightforward and do not require significant effort, such as converting mixed-character data into upper case.
如上所述,可以编写一条重命名规则将区分大小写的文件名转换为小写文件名,这样可能会与以前已存在的唯一的文件名发生冲突。
It's possible, as shown above, to write a rename rule that converts case-sensitive files into lowercase file names, thereby causing clashes among previously unique file names.
根据该逻辑,把输入的文本转换成想要的大小写形式并发送给用户。
Based on that logic, you change the incoming text to the desired case and send the text back to the user.
按照约定,托管bean的名称与类名相同,类名的第一个字母被转换为小写。
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.
动作字符串在处理之前转换为小写。
The actions string is converted to lowercase before processing.
将驼峰式大小写引用转换为指向其他页面的链接,这一工作是在Page模型的视图中进行的。
The work to translate the camel case references to links to other pages occurs in the view for the page model.
它把这个传递给toupper函数,如果你们使用过,它表示的是把小写字母,转换为大写字母。
It's passing to this function called toupper, which if you've never used it it actually does what it says it makes it touppercase.
好的,一种处理这个问题的方法是将两个字符串变量($a)及目标文本(RIPT)都转换成小写或者大写字符。
Well, one way to handle that is to convert both the string variable ($a) and the target text (RIPT) to all-lowercase or all-uppercase characters. This command returns the value True
写一个读取文件的程序,把每一行拆分成一个个词,去掉空白和标点符号,然后把所有单词都转换成小写字母的。
Write a program that reads a file, breaks each line into words, strips whitespace and punctuation from the words, and converts them to lowercase.
如果用户的认证是不区分大小写这必须启用。您还可以用它来迫使登录转换为小写。
If users authentication is not case sensitive this must be enabled. You can also use it to force conversion of logins to lower case.
php脚本,如果你的数据文件名不小心被转换成小写的话,该脚本将帮助你进行修正。
PHP script to help you fix your data filenames if they get converted to lowercase by accident.
传回此字串转换为小写的版本。
第一个字元保留大写,而其馀的字元已转换成小写。
The first character was left uppercase and the remaining characters were converted to lowercase.
你需要将一个字符串从大写转换为小写,或者相反。
You need to convert a string from uppercase to lowercase, or vice versa.
你需要将一个字符串从大写转换为小写,或者相反。
You need to convert a string from uppercase to lowercase, or vice versa.
应用推荐