Click here to Skip to main content
15,860,859 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
QuestionNeed some help with regular expression Pin
Member 1524909515-Jun-21 18:22
Member 1524909515-Jun-21 18:22 
AnswerRe: Need some help with regular expression Pin
Member 1524502415-Jun-21 20:05
Member 1524502415-Jun-21 20:05 
GeneralRe: Need some help with regular expression Pin
Member 1524909515-Jun-21 20:24
Member 1524909515-Jun-21 20:24 
GeneralRe: Need some help with regular expression Pin
Member 1524502415-Jun-21 22:43
Member 1524502415-Jun-21 22:43 
AnswerRe: Need some help with regular expression Pin
Richard MacCutchan15-Jun-21 22:25
mveRichard MacCutchan15-Jun-21 22:25 
GeneralRe: Need some help with regular expression Pin
Member 1524502415-Jun-21 22:48
Member 1524502415-Jun-21 22:48 
GeneralRe: Need some help with regular expression Pin
Richard MacCutchan15-Jun-21 23:00
mveRichard MacCutchan15-Jun-21 23:00 
GeneralRe: Need some help with regular expression Pin
Member 1524502416-Jun-21 8:53
Member 1524502416-Jun-21 8:53 
Hello, sir!

Yes. I have a case that I defined hopefully in a accurate way as being a case of various, simultaneous and multiple replacements. I do not even know if it is even possible.

I have a text, a long one, and sprinkled all over the place in the text, in the beginning of the string, in the middle, at the end, in parenthesis or not, with such expressions of 8 kinds:
Abc. 22
Defg 22
Hijkl 22
Mnoprs 22
2 Tuvx 22
2 Zcb 22
2 Fh 22
C.C. 22

I need to replace each of the above with these below:
Abc 22
Def 22
Hij 22
Mno 22
2Tu 22
2Zc 22
2Fh 22
Cal 22

This is the kind of situation I have, but not exactly these letters and digits - these are a dummy text as an example.

Is it possible to do this simultaneously in parallel and in the same time?
What would you use?

THANK YOU, sir.

GeneralRe: Need some help with regular expression Pin
Richard MacCutchan16-Jun-21 10:10
mveRichard MacCutchan16-Jun-21 10:10 
AnswerRe: Need some help with regular expression Pin
User 1521787319-Jun-21 13:07
User 1521787319-Jun-21 13:07 
QuestionInterrupted list Pin
Member 1524502413-Jun-21 22:52
Member 1524502413-Jun-21 22:52 
AnswerRe: Interrupted list Pin
OriginalGriff13-Jun-21 21:58
mveOriginalGriff13-Jun-21 21:58 
GeneralRe: Interrupted list Pin
Member 1524502413-Jun-21 23:25
Member 1524502413-Jun-21 23:25 
GeneralRe: Interrupted list Pin
OriginalGriff14-Jun-21 1:53
mveOriginalGriff14-Jun-21 1:53 
AnswerRe: Interrupted list Pin
User 1521787319-Jun-21 15:36
User 1521787319-Jun-21 15:36 
QuestionMatching exact string with a vertical bar and square brackets Pin
RanCohen31-May-21 3:02
RanCohen31-May-21 3:02 
AnswerRe: Matching exact string with a vertical bar and square brackets Pin
Richard Deeming31-May-21 22:29
mveRichard Deeming31-May-21 22:29 
GeneralRe: Matching exact string with a vertical bar and square brackets Pin
RanCohen31-May-21 22:47
RanCohen31-May-21 22:47 
GeneralRe: Matching exact string with a vertical bar and square brackets Pin
Richard Deeming31-May-21 23:12
mveRichard Deeming31-May-21 23:12 
GeneralRe: Matching exact string with a vertical bar and square brackets Pin
RanCohen31-May-21 23:20
RanCohen31-May-21 23:20 
QuestionDetect only internal links containing the rel noopener Pin
Member 1519987919-May-21 6:15
Member 1519987919-May-21 6:15 
AnswerRe: Detect only internal links containing the rel noopener Pin
Tony Hill19-May-21 8:53
mveTony Hill19-May-21 8:53 
GeneralRe: Detect only internal links containing the rel noopener Pin
Member 1519987920-May-21 5:24
Member 1519987920-May-21 5:24 
GeneralRe: Detect only internal links containing the rel noopener Pin
Tony Hill20-May-21 9:32
mveTony Hill20-May-21 9:32 
GeneralRe: Detect only internal links containing the rel noopener Pin
Member 1519987920-May-21 23:55
Member 1519987920-May-21 23:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.