Hello!
I'm stuck on part of my script. I currently have long texts, and I want to delete words that start with a capital letter ONLY if the word is not after a . ? (to avoid breaking sentences)
For example:
hello, i'm a Marine. (remove Marine)
hello, i'm pierre. Hi, guys. (No remove Hi)
Do you have any ideas?
Thank you!
I'm stuck on part of my script. I currently have long texts, and I want to delete words that start with a capital letter ONLY if the word is not after a . ? (to avoid breaking sentences)
For example:
hello, i'm a Marine. (remove Marine)
hello, i'm pierre. Hi, guys. (No remove Hi)
Do you have any ideas?
Thank you!