Click here to Skip to main content
15,888,521 members
Home / Discussions / Regular Expressions
   

Regular Expressions

 
QuestionTrying to match a string with many backslashes Pin
Florian Rammler31-Aug-21 1:35
Florian Rammler31-Aug-21 1:35 
AnswerRe: Trying to match a string with many backslashes Pin
Richard Deeming31-Aug-21 2:55
mveRichard Deeming31-Aug-21 2:55 
QuestionRegex to match exact word and dash symbol Pin
Member 1533502224-Aug-21 9:28
Member 1533502224-Aug-21 9:28 
AnswerRe: Regex to match exact word and dash symbol Pin
OriginalGriff24-Aug-21 9:32
mveOriginalGriff24-Aug-21 9:32 
GeneralRe: Regex to match exact word and dash symbol Pin
Member 1533502224-Aug-21 10:00
Member 1533502224-Aug-21 10:00 
AnswerRe: Regex to match exact word and dash symbol Pin
User 1521787324-Aug-21 17:47
User 1521787324-Aug-21 17:47 
GeneralRe: Regex to match exact word and dash symbol Pin
Member 1533502224-Aug-21 22:57
Member 1533502224-Aug-21 22:57 
GeneralRe: Regex to match exact word and dash symbol Pin
User 1521787324-Aug-21 23:32
User 1521787324-Aug-21 23:32 
GeneralRe: Regex to match exact word and dash symbol Pin
Member 1533502224-Aug-21 23:37
Member 1533502224-Aug-21 23:37 
GeneralRe: Regex to match exact word and dash symbol Pin
User 1521787325-Aug-21 0:08
User 1521787325-Aug-21 0:08 
GeneralRe: Regex to match exact word and dash symbol Pin
Member 1533502225-Aug-21 0:24
Member 1533502225-Aug-21 0:24 
GeneralRe: Regex to match exact word and dash symbol Pin
User 1521787325-Aug-21 1:11
User 1521787325-Aug-21 1:11 
QuestionProblem capturing last group in a line: CLOSED Pin
mo149222-Aug-21 13:18
mo149222-Aug-21 13:18 
AnswerRe: Problem capturing last group in a line: CLOSED Pin
Richard Deeming22-Aug-21 21:46
mveRichard Deeming22-Aug-21 21:46 
GeneralRe: Problem capturing last group in a line: CLOSED Pin
mo149223-Aug-21 6:17
mo149223-Aug-21 6:17 
QuestionEmployer Identification Number (EIN) Regex Pin
Member 153111493-Aug-21 9:49
Member 153111493-Aug-21 9:49 
AnswerRe: Employer Identification Number (EIN) Regex Pin
User 1521787322-Aug-21 2:40
User 1521787322-Aug-21 2:40 
QuestionRegex select from list Pin
Jukec30-Jun-21 12:33
Jukec30-Jun-21 12:33 
AnswerRe: Regex select from list Pin
jschell8-Aug-21 8:27
jschell8-Aug-21 8:27 
Jukec wrote:
"[node=\\d+]"


No idea what language that is in. But all of the major ones use the same regex semantics for the most part.

The square brackets should not be there. Presumably the rest of the code is actually going to 'capture' what is matched. That is a specific term for regex.

If so it will look like 'node=16700222031' which means you would need to parse it again to get the number out.
QuestionNeed some help with regular expression Pin
Member 1524909515-Jun-21 18:22
Member 1524909515-Jun-21 18:22 
AnswerRe: Need some help with regular expression Pin
Member 1524502415-Jun-21 20:05
Member 1524502415-Jun-21 20:05 
GeneralRe: Need some help with regular expression Pin
Member 1524909515-Jun-21 20:24
Member 1524909515-Jun-21 20:24 
GeneralRe: Need some help with regular expression Pin
Member 1524502415-Jun-21 22:43
Member 1524502415-Jun-21 22:43 
AnswerRe: Need some help with regular expression Pin
Richard MacCutchan15-Jun-21 22:25
mveRichard MacCutchan15-Jun-21 22:25 
GeneralRe: Need some help with regular expression Pin
Member 1524502415-Jun-21 22:48
Member 1524502415-Jun-21 22:48 

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.