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

Regular Expressions

 
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 
Then there's either a bug with the regular expression engine you're using, or there's something wrong with your code.

[^\s]+ explicitly excludes any spaces. That pattern will match the first run of characters which are not spaces to appear after the prefix "Name is: ".



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

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 
AnswerRe: Regex code to check textfield is working until a 'enter' is given Pin
Gerry Schmitz15-Mar-18 6:27
mveGerry Schmitz15-Mar-18 6:27 
QuestionRe: Regex code to check textfield is working until a 'enter' is given Pin
User 1013254615-Mar-18 6:42
User 1013254615-Mar-18 6:42 
AnswerRe: Regex code to check textfield is working until a 'enter' is given Pin
Member 1255403315-Mar-18 6:53
Member 1255403315-Mar-18 6:53 
GeneralRe: Regex code to check textfield is working until a 'enter' is given Pin
User 1013254616-Mar-18 3:07
User 1013254616-Mar-18 3:07 
GeneralRe: Regex code to check textfield is working until a 'enter' is given Pin
Member 1255403316-Mar-18 4:51
Member 1255403316-Mar-18 4:51 
Questionregular expression to find tax file numbers Pin
Copalol3-Dec-17 19:08
Copalol3-Dec-17 19:08 
AnswerRe: regular expression to find tax file numbers Pin
Peter_in_27803-Dec-17 19:48
professionalPeter_in_27803-Dec-17 19:48 
GeneralRe: regular expression to find tax file numbers Pin
jschell5-Dec-17 12:06
jschell5-Dec-17 12:06 
AnswerRe: regular expression to find tax file numbers Pin
George Jonsson4-Dec-17 23:25
professionalGeorge Jonsson4-Dec-17 23:25 
GeneralRe: regular expression to find tax file numbers Pin
Copalol5-Dec-17 13:05
Copalol5-Dec-17 13:05 

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.