In a program I’m making in python and I want all words formatted like __word__ to stand out. How could I search for words like these using a regex?
In a program I’m making in python and I want all words formatted like
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Perhaps something like
or you can put tags around the word like this
If you need more fine grained control over the legal word characters it’s best to be explicit