-
Notifications
You must be signed in to change notification settings - Fork 93
String Instructions
Haoxi Zhan edited this page Nov 30, 2013
·
2 revisions
Instruction | Usage | input | output |
---|---|---|---|
|
concatenate two strings into one string |
|
|
|
take the first n chars in a string |
|
|
|
get the length of a string |
|
|
|
|
|
|
|
reverse the string |
|
|
|
parse string to a set of strings which have only one char |
|
|
|
check whether the second string contained the top string |
|
|