String Methods (Week 6 & 7)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:58 AM on 4/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

.upper()

Converts all characters in a string to uppercase

2
New cards

.lower()

Converts all characters in a string to lowercase

3
New cards

.capitalize()

Capitalizes only the first character of a string

4
New cards

.title()

Capitalizes the first letter of every word in a string

5
New cards

.strip()

Removes whitespace or specific characters from the beginning and end of a string

6
New cards

.replace(old

new)

7
New cards

len()

Returns the total number of characters in a string or items in a list

8
New cards

.find()

Returns the index of the first time a character appears or -1 if not found

9
New cards

.split()

Breaks a string into a list of substrings based on a separator

10
New cards

.startswith(prefix)

Returns True if the string begins with the specified value

11
New cards

.endswith(suffix)

Returns True if the string ends with the specified value

12
New cards

Explore top flashcards

flashcards
Anatomy Exam 3 Quizzes
33
Updated 1218d ago
0.0(0)
flashcards
MGMT 3000 - Midterm
129
Updated 395d ago
0.0(0)
flashcards
history tudors AQA
430
Updated 1229d ago
0.0(0)
flashcards
Unit 1
110
Updated 1151d ago
0.0(0)
flashcards
Anatomy Exam 3 Quizzes
33
Updated 1218d ago
0.0(0)
flashcards
MGMT 3000 - Midterm
129
Updated 395d ago
0.0(0)
flashcards
history tudors AQA
430
Updated 1229d ago
0.0(0)
flashcards
Unit 1
110
Updated 1151d ago
0.0(0)