Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizGeneral Tech Bugs & Fixes 3 years ago
User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.
You could reduce the requirements to shorten the steps of a regular expression using a different interpretation of them. For example, the first requirement would be the same as to say, preserve capital letters if they are not preceded by punctuation marks or capital letters.
The following regex works almost for all of the mentioned requirements and may be extended to include or exclude other situations:
(?A-Z\p{P}])[A-Z]|(?<=\p{P})\p{P}You have to use Replace() method and use$0as substitution string.
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
manpreet
Best Answer
3 years ago
I want to find and separate ref="https://forum.tuteehub.com/tag/word">words in a title that has no spaces.
Before
After
I'm looking for a Regex rule that can do the following.
I thought I'd identify each ref="https://forum.tuteehub.com/tag/word">word if it starts with an Uppercase letter.
But also preserve
ALL UPPERCASEwords as not to space them intoA L L U P P E R C A S E.Additional rules:
Hello2019WorldHello 2019 WorldT.E.S.T.[Test] (Test) "Test" 'Test'Hello-WorldC#