Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
16
Task/String-case/00-TASK.txt
Normal file
16
Task/String-case/00-TASK.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
;Task:
|
||||
Take the string '''alphaBETA''' and demonstrate how to convert it to:
|
||||
:::* upper-case and
|
||||
:::* lower-case
|
||||
|
||||
<br>
|
||||
Use the default encoding of a string literal or plain ASCII if there is no string literal in your language.
|
||||
|
||||
Note: In some languages alphabets toLower and toUpper is not reversable.
|
||||
|
||||
Show any additional case conversion functions (e.g. swapping case, capitalizing the first letter, etc.) that may be included in the library of your language.
|
||||
|
||||
|
||||
{{Template:Strings}}
|
||||
<br><br>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue