Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Removing punctuation marks
- akr87
-
3 posts
Removing punctuation marks
hi guys
I need some help
I am trying to create a script with scratch, that will help me remove any punctuation marks after the user has input their text.
Which will then generate the same text after, without the punctuation marks.
any help will be grateful
I need some help
I am trying to create a script with scratch, that will help me remove any punctuation marks after the user has input their text.
Which will then generate the same text after, without the punctuation marks.
any help will be grateful
- deck26
-
1000+ posts
Removing punctuation marks
Please look through the first two pages of the forum - you're at least the fourth person to ask for help with this assignment.
- 098765432154321
-
500+ posts
Removing punctuation marks
hope this one works
edit: i haven't been on the forum since april 22, 2020, looks like i'm going to post some more
Last edited by 098765432154321 (July 6, 2020 13:47:11)
- deck26
-
1000+ posts
Removing punctuation marks
That's far more complicated than is necessary though.hope this one works
Set a variable ‘newversion’ to blank
loop through the input one letter at a time
either add the letter or something else to the end of ‘newversion’
end loop
No need for lists or multiple loops.
- Discussion Forums
- » Help with Scripts
-
» Removing punctuation marks