Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cased (meaning) [closed]

Perhaps, it might seem like an language question, I thought asking here would be OK.

In this link, it says that "Return a copy of the string with all the cased characters [4] converted to lowercase."

What does "cased" mean in this sentence? Is the word "case" a verb in the sentence above? No meaning of the verb "case" fits in the context.

Many thanks in advance.

like image 250
Rakanoth Avatar asked Feb 05 '26 23:02

Rakanoth


2 Answers

Didn't you click the [4] to see what the footnote says?

[4] (1, 2, 3, 4) Cased characters are those with general category property being one of “Lu” (Letter, uppercase), “Ll” (Letter, lowercase), or “Lt” (Letter, titlecase).

like image 90
Matt Ball Avatar answered Feb 07 '26 11:02

Matt Ball


If you follow the [4] link, you'll see that

Cased characters are those with general category property being one of “Lu” (Letter, uppercase), “Ll” (Letter, lowercase), or “Lt” (Letter, titlecase).

Basically, characters that have a case. 1 doesn't, but a and A do.

like image 32
user2357112 supports Monica Avatar answered Feb 07 '26 12:02

user2357112 supports Monica



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!