Replies: 2 comments 2 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
2 replies
-
Excellent. Thank you
…On Wed, Jun 9, 2021, 2:14 PM Omar AL-Shakaki ***@***.***> wrote:
This could be a better option: (?<=\w+[^?!.]\s*)Internet
It looks for the word Internet but only if there is another word before
it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5118 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATTXE6J47YDUKWU443YCIMLTR6VRNANCNFSM46MQKTLQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm editing The Sopranos. They always capitalize the word "Internet" and I hate it. I want to batch all the occurrences to lowercase, but don't want to accidentally change the case of any times they use the word Internet at the beginning of a sentence. Is there a regular expression for this?
Beta Was this translation helpful? Give feedback.
All reactions