Click here to Skip to main content
15,884,176 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
GeneralRe: Regex with condition? Should be easy Pin
Peter_in_278022-Feb-22 12:40
professionalPeter_in_278022-Feb-22 12:40 
Question06h36m03s to 06h36.1, etc., in filename via regex? Pin
Member 148351468-Feb-22 10:02
Member 148351468-Feb-22 10:02 
AnswerRe: 06h36m03s to 06h36.1, etc., in filename via regex? Pin
Richard Deeming8-Feb-22 22:12
mveRichard Deeming8-Feb-22 22:12 
GeneralRe: 06h36m03s to 06h36.1, etc., in filename via regex? Pin
Member 148351467-Mar-22 21:52
Member 148351467-Mar-22 21:52 
AnswerRe: 06h36m03s to 06h36.1, etc., in filename via regex? Pin
RedDk8-Mar-22 8:18
RedDk8-Mar-22 8:18 
QuestionUse content of a database field in RegEx Pin
John Bradford 202227-Jan-22 7:31
John Bradford 202227-Jan-22 7:31 
AnswerRe: Matching a unknown range of lines Pin
Pete O'Hanlon18-Jan-22 22:37
mvePete O'Hanlon18-Jan-22 22:37 
Questionregex related query Pin
Member 154859391-Jan-22 8:23
Member 154859391-Jan-22 8:23 
I am having a text file having some text to be remove enclosed within a defined tag (234 in the example below). This to-be removed text is not fixed and can occur multiple times in a single line OR can be spanned across multiple lines.

Example -
aaaaaaaaaaa234textA234aaaaa
234text234
blank line
bbbbbb234textB234bbbbbb
ccccc234te
xtC234
dddd234TextD234dddd

With this expression- "(\d)([\s\S]*?)(\d)", I am able to find out and replace the text with "" as expected but the problem occurs wherein the line ends with the tag (234) and the same line either starts with the tag (234) or in the continuation to the previous line like lines 2 and 6 in the above example. The problem is, line 2 and 6 are leaving a blank line behind and so the output contains 7 lines while I am expecting 5 lines (line 2 and 6 should be removed) only.
Please suggest.
AnswerRe: regex related query Pin
Gerry Schmitz1-Jan-22 8:45
mveGerry Schmitz1-Jan-22 8:45 
QuestionFind and Replace starting... until Pin
Roland Plomp31-Dec-21 4:11
Roland Plomp31-Dec-21 4:11 
QuestionHow do I make this CASE INSENSATIVE? Pin
RapidDonO23-Dec-21 1:13
RapidDonO23-Dec-21 1:13 
AnswerRe: How do I make this CASE INSENSATIVE? Pin
jschell23-Dec-21 6:09
jschell23-Dec-21 6:09 
QuestionHow to eliminate Pattern if Contains specific words Pin
RapidDonO20-Dec-21 5:30
RapidDonO20-Dec-21 5:30 
AnswerRe: How to eliminate Pattern if Contains specific words Pin
Richard Deeming3-Jan-22 23:32
mveRichard Deeming3-Jan-22 23:32 
QuestionRegular expression to extract row 3 Pin
DanVanClan17-Nov-21 2:53
DanVanClan17-Nov-21 2:53 
Questionfail2ban regex matching on testing sites but not fail2ban itself Pin
murdocklawless4-Nov-21 1:07
murdocklawless4-Nov-21 1:07 
AnswerRe: fail2ban regex matching on testing sites but not fail2ban itself Pin
Richard MacCutchan4-Nov-21 2:07
mveRichard MacCutchan4-Nov-21 2:07 
GeneralRe: fail2ban regex matching on testing sites but not fail2ban itself Pin
murdocklawless4-Nov-21 2:49
murdocklawless4-Nov-21 2:49 
AnswerRe: fail2ban regex matching on testing sites but not fail2ban itself Pin
Peter_in_27804-Nov-21 3:17
professionalPeter_in_27804-Nov-21 3:17 
GeneralRe: fail2ban regex matching on testing sites but not fail2ban itself Pin
murdocklawless4-Nov-21 3:31
murdocklawless4-Nov-21 3:31 
GeneralRe: fail2ban regex matching on testing sites but not fail2ban itself Pin
Peter_in_27804-Nov-21 12:05
professionalPeter_in_27804-Nov-21 12:05 
GeneralRe: fail2ban regex matching on testing sites but not fail2ban itself Pin
murdocklawless4-Nov-21 13:10
murdocklawless4-Nov-21 13:10 
QuestionEditing my existing Regex Pin
Member 154173673-Nov-21 1:14
Member 154173673-Nov-21 1:14 
Questionregex to replace accents Pin
Member 1489067816-Sep-21 3:50
Member 1489067816-Sep-21 3:50 
AnswerRe: regex to replace accents Pin
Richard Deeming16-Sep-21 4:28
mveRichard Deeming16-Sep-21 4:28 

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.