基本的布局理念是:$cap2 = /*the capitalization of $search[1]*/;if (/*capitalization of $cap1 is UPPERCASE*/){
$uncap1 = /*LOWERCASE capitalization of $cap1*/;} else if (/*ca
在我的例子中,capitalization of string xy. is not correct.将是Capitalization of string xy. Is not correct.我希望结果是:Capitalization of string xy. is not correct.
有什么想法吗?
style, i.e. : PascalCase.8 $IeHeight = 450 Variable names should use a consistent capitalization style, i.e. : PascalCase.
6 $Url Variable names should use a consistent <em
假设我有这个接口示例: Input create(); Stringvoid capitalizeInput(CAPITALIZATION cap){...}void capitalizeInput(CAPITALIZATION cap){
// Needed because the interface requires it.