Click here to Skip to main content
15,861,168 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Member 1457241530-Aug-19 7:06
Member 1457241530-Aug-19 7:06 
GeneralRe: Regular Expression To Extract Everything Including the String And Before The First Space Character Pin
Richard MacCutchan30-Aug-19 21:42
mveRichard MacCutchan30-Aug-19 21:42 
QuestionRegex Expression to extract everything following a string and before a space Pin
Member 1457241529-Aug-19 6:30
Member 1457241529-Aug-19 6:30 
AnswerRe: Regex Expression to extract everything following a string and before a space Pin
Richard MacCutchan29-Aug-19 6:55
mveRichard MacCutchan29-Aug-19 6:55 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Richard Deeming29-Aug-19 7:04
mveRichard Deeming29-Aug-19 7:04 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Richard MacCutchan29-Aug-19 8:44
mveRichard MacCutchan29-Aug-19 8:44 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Member 1457241529-Aug-19 8:36
Member 1457241529-Aug-19 8:36 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Richard MacCutchan29-Aug-19 8:47
mveRichard MacCutchan29-Aug-19 8:47 
If you take my original Order Date: \d\d\/\d\d\/\d\d , plus Richard Deeming's reply to me \d\d for the rest of the year, then you should be able to work out what else is needed. And you can test your expression online at RegExr: Learn, Build, & Test RegEx[^].
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Member 1457241529-Aug-19 9:29
Member 1457241529-Aug-19 9:29 
AnswerRe: Regex Expression to extract everything following a string and before a space Pin
Richard Deeming29-Aug-19 7:10
mveRichard Deeming29-Aug-19 7:10 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Member 1457241529-Aug-19 8:00
Member 1457241529-Aug-19 8:00 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Member 1457241529-Aug-19 8:03
Member 1457241529-Aug-19 8:03 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Richard Deeming29-Aug-19 8:50
mveRichard Deeming29-Aug-19 8:50 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Member 1457241529-Aug-19 9:12
Member 1457241529-Aug-19 9:12 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Richard Deeming29-Aug-19 9:53
mveRichard Deeming29-Aug-19 9:53 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Member 1457241529-Aug-19 10:05
Member 1457241529-Aug-19 10:05 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
phil.o29-Aug-19 19:29
professionalphil.o29-Aug-19 19:29 
GeneralRe: Regex Expression to extract everything following a string and before a space Pin
Richard Deeming30-Aug-19 3:05
mveRichard Deeming30-Aug-19 3:05 
QuestionMatching separate regions Pin
Member 1450443318-Jun-19 4:10
Member 1450443318-Jun-19 4:10 
AnswerRe: Matching separate regions Pin
OriginalGriff18-Jun-19 4:12
mveOriginalGriff18-Jun-19 4:12 
GeneralRe: Matching separate regions Pin
Member 1450443318-Jun-19 5:40
Member 1450443318-Jun-19 5:40 
GeneralRe: Matching separate regions Pin
OriginalGriff18-Jun-19 5:46
mveOriginalGriff18-Jun-19 5:46 
QuestionCannot extract end of line data Pin
mo14927-Jan-19 3:44
mo14927-Jan-19 3:44 
AnswerRe: Cannot extract end of line data Pin
jsc4211-Apr-20 8:48
professionaljsc4211-Apr-20 8:48 
QuestionRegex code to check textfield is working until a 'enter' is given Pin
Member 1255403315-Mar-18 6:10
Member 1255403315-Mar-18 6:10 

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.