PCRE regexp: multiple capture groups, repeated...
Read MoreIdentify the names of the interlocutors (most frequent words that follow a certain pattern) to separ...
Read MoreRegex to find a word after a specific word and before a specific character...
Read MoreExtract the year and month from these strings and then replace the patterns found with others...
Read MoreRegex: Last Occurrence of a Repeating Character...
Read MoreRegex matching mixed string segments containing operator, string designator, and curly-brace group...
Read MoreWrite a regex to find sentence inside the parentheses...
Read MoreUsing replace() instead of xsl:analyze-string for a regex XSLT 2 3...
Read MoreLink values from one dictionary with keys from another dictionary and replace one for another within...
Read MoreRegex pattern to capture numbers only, on a single line, but exclude date pattern...
Read Morecapturing groups regex with cuantifiers...
Read MoreCapturing all occurences of a repeated group in a string and reference them for substitution...
Read MoreHow to get text that is before and after of a matched group in a regex expression...
Read MoreWhy does this regex fail when trying to tell if there is a numeric character or more than one numeri...
Read MoreHow to put '0' in front a day number only if it is one number and not two with this regexs?...
Read MoreRegex: match after capture group 1 match, using it's result...
Read MoreHow to extract the password from this string in bash: "--db_host db --db_password $£é...
Read MoreRegex pattern to capture numbers only, but only on single line...
Read MorePython regex outputting multiple matches...
Read MoreHow can I get the specific part from the link using regular expressions (regex),,,...
Read MoreHow to edit lines of a text file based on regex conditions?...
Read MoreRegex to individuate entries separate by specific character...
Read MoreRemove/match quotes between string using Regex?...
Read MoreMatch characters class after the pattern...
Read MoreRegex to capture all vars between delimiters...
Read MoreHow to make the re.sub() method replace a word only if this word is NOT preceded by a number \d?...
Read Morereplace all special characters expect first occurrence of +...
Read MoreHow to establish in this code the condition of <<if it was possible to perform a replacement w...
Read MoreRegex match a string followed by 1 forward slash...
Read More