|
|
Criado por Edmond Pruteanu
mais de 11 anos atrás
|
|
| Questão | Responda |
| Return string containing integer times str | str * integer |
| Concatenate object to str | str << obj |
| Compare two strings | str <=> other_str |
| Capitalize string | str.capitalize |
| Remove last character in a string | str.chop |
| Insert other string before character at given index | str.insert(index, other_str) |
| Replace contents of str with corresponding values in another str | str.replace(other_str) |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.