Click here to Skip to main content
15,797,606 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
AnswerRe: RegEx Split Pin
Richard Deeming7-Sep-20 23:43
mveRichard Deeming7-Sep-20 23:43 
Question9 million Rows in Excel Pin
IzaacSpyro30-Aug-20 23:20
IzaacSpyro30-Aug-20 23:20 
QuestionFinding a specific number in a string. Pin
Member 1086910714-Aug-20 12:36
Member 1086910714-Aug-20 12:36 
AnswerRe: Finding a specific number in a string. Pin
Richard MacCutchan14-Aug-20 22:40
mveRichard MacCutchan14-Aug-20 22:40 
GeneralRe: Finding a specific number in a string. Pin
Member 1086910715-Aug-20 2:17
Member 1086910715-Aug-20 2:17 
QuestionHow to skip a particular term in regex find and replace? Pin
usernamekiran11-Aug-20 5:34
usernamekiran11-Aug-20 5:34 
AnswerRe: How to skip a particular term in regex find and replace? Pin
Gerry Schmitz11-Aug-20 7:39
mveGerry Schmitz11-Aug-20 7:39 
QuestionFind Sequence of alphabets in the string Pin
arisaravanan11-Apr-20 2:32
arisaravanan11-Apr-20 2:32 
I need to find 5 sequence of alphabets has exists in a given string using regular expression.

Sequence which should check in any of the form like ABCDE, BCDEF, DEFGH, EFGHI,......,PQRST,...,VWZYZ.

Eg.

1) ABCDECODEPROJECT - Match (because "ABCDE" has exists in the string)

2) TESTSTRING - Not Match (because No 5 sequence of alphabets)

3) SAMPLEQRSTUEND - Match (because "QRSTU" has exists in the string)

4) WEBSITELMNOPEND - Match (because "LMNOP" has exists in the string)

5) QUESTIONANSWER - Not Match (because No 5 sequence of alphabets)

Can you help me on build regular expression to check all possible combination in alphabets?
AnswerRe: Find Sequence of alphabets in the string Pin
Richard MacCutchan11-Apr-20 5:21
mveRichard MacCutchan11-Apr-20 5:21 
AnswerRe: Find Sequence of alphabets in the string Pin
Richard Deeming14-Apr-20 1:30
mveRichard Deeming14-Apr-20 1:30 
QuestionUsing A Regular Expression To Show Rows In Pandas (Python) Pin
Eddie Winch2-Feb-20 10:05
Eddie Winch2-Feb-20 10:05 
QuestionTSV out of a tab-based tree-like file Pin
DynV9-Nov-19 20:43
DynV9-Nov-19 20:43 
Questiongetting all the image files in a HTML Inspection Pin
Member 1463488025-Oct-19 5:03
Member 1463488025-Oct-19 5:03 
QuestionRe: getting all the image files in a HTML Inspection Pin
Richard MacCutchan25-Oct-19 5:15
mveRichard MacCutchan25-Oct-19 5:15 
AnswerRe: getting all the image files in a HTML Inspection Pin
Member 1463488025-Oct-19 10:38
Member 1463488025-Oct-19 10:38 
GeneralRe: getting all the image files in a HTML Inspection Pin
Richard MacCutchan25-Oct-19 22:57
mveRichard MacCutchan25-Oct-19 22:57 
QuestionRegular Expression To Extract Everything Including the String And Before The First Space Character Pin
Member 1457241529-Aug-19 15:46
Member 1457241529-Aug-19 15:46 
AnswerRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Richard MacCutchan29-Aug-19 21:43
mveRichard MacCutchan29-Aug-19 21:43 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Member 1457241530-Aug-19 4:23
Member 1457241530-Aug-19 4:23 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Member 1457241530-Aug-19 4:48
Member 1457241530-Aug-19 4:48 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Richard MacCutchan30-Aug-19 5:35
mveRichard MacCutchan30-Aug-19 5:35 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Member 1457241530-Aug-19 6:42
Member 1457241530-Aug-19 6:42 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Member 1457241530-Aug-19 6:47
Member 1457241530-Aug-19 6:47 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Member 1457241530-Aug-19 8:06
Member 1457241530-Aug-19 8:06 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Richard MacCutchan30-Aug-19 22:42
mveRichard MacCutchan30-Aug-19 22:42 

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.