Click here to Skip to main content
15,789,698 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
QuestionRegex Match with Multiple Words, I need you to not use leading and trailing spaces. Pin
Member 1489067816-Sep-21 4:07
Member 1489067816-Sep-21 4:07 
QuestionTrying to match a string with many backslashes Pin
Florian Rammler31-Aug-21 2:35
Florian Rammler31-Aug-21 2:35 
AnswerRe: Trying to match a string with many backslashes Pin
Richard Deeming31-Aug-21 3:55
mveRichard Deeming31-Aug-21 3:55 
QuestionRegex to match exact word and dash symbol Pin
Member 1533502224-Aug-21 10:28
Member 1533502224-Aug-21 10:28 
AnswerRe: Regex to match exact word and dash symbol Pin
OriginalGriff24-Aug-21 10:32
mvaOriginalGriff24-Aug-21 10:32 
GeneralRe: Regex to match exact word and dash symbol Pin
Member 1533502224-Aug-21 11:00
Member 1533502224-Aug-21 11:00 
AnswerRe: Regex to match exact word and dash symbol Pin
User 1521787324-Aug-21 18:47
User 1521787324-Aug-21 18:47 
GeneralRe: Regex to match exact word and dash symbol Pin
Member 1533502224-Aug-21 23:57
Member 1533502224-Aug-21 23:57 
Thanks for trying to help me with this, im a complete novice with regex
i am trying to capture 'aug -' or 'July -' or 'JUNE -'

sentance 'the aug' = would not match
sentance 'aug1' = would not match
sentance 'aug -2' = would not match
sentance 'aug -' = would match
GeneralRe: Regex to match exact word and dash symbol Pin
User 1521787325-Aug-21 0:32
User 1521787325-Aug-21 0:32 
GeneralRe: Regex to match exact word and dash symbol Pin
Member 1533502225-Aug-21 0:37
Member 1533502225-Aug-21 0:37 
GeneralRe: Regex to match exact word and dash symbol Pin
User 1521787325-Aug-21 1:08
User 1521787325-Aug-21 1:08 
GeneralRe: Regex to match exact word and dash symbol Pin
Member 1533502225-Aug-21 1:24
Member 1533502225-Aug-21 1:24 
GeneralRe: Regex to match exact word and dash symbol Pin
User 1521787325-Aug-21 2:11
User 1521787325-Aug-21 2:11 
QuestionProblem capturing last group in a line: CLOSED Pin
mo149222-Aug-21 14:18
mo149222-Aug-21 14:18 
AnswerRe: Problem capturing last group in a line: CLOSED Pin
Richard Deeming22-Aug-21 22:46
mveRichard Deeming22-Aug-21 22:46 
GeneralRe: Problem capturing last group in a line: CLOSED Pin
mo149223-Aug-21 7:17
mo149223-Aug-21 7:17 
QuestionEmployer Identification Number (EIN) Regex Pin
Member 153111493-Aug-21 10:49
Member 153111493-Aug-21 10:49 
AnswerRe: Employer Identification Number (EIN) Regex Pin
User 1521787322-Aug-21 3:40
User 1521787322-Aug-21 3:40 
QuestionRegex select from list Pin
Jukec30-Jun-21 13:33
Jukec30-Jun-21 13:33 
AnswerRe: Regex select from list Pin
jschell8-Aug-21 9:27
jschell8-Aug-21 9:27 
QuestionNeed some help with regular expression Pin
Member 1524909515-Jun-21 19:22
Member 1524909515-Jun-21 19:22 
AnswerRe: Need some help with regular expression Pin
Member 1524502415-Jun-21 21:05
Member 1524502415-Jun-21 21:05 
GeneralRe: Need some help with regular expression Pin
Member 1524909515-Jun-21 21:24
Member 1524909515-Jun-21 21:24 
GeneralRe: Need some help with regular expression Pin
Member 1524502415-Jun-21 23:43
Member 1524502415-Jun-21 23:43 
AnswerRe: Need some help with regular expression Pin
Richard MacCutchan15-Jun-21 23:25
mveRichard MacCutchan15-Jun-21 23:25 

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.