Tags > regex-group
- 09-15databaseMatch characters class after the pattern
- 09-15databaseRegex to capture all vars between delimiters
- 09-15databaseHow to make the re.sub() method replace a word only if this word is NOT preceded by a number \d?
- 09-15MobilePerform a replacement on a string with several calls to the re.sub() method in a specific order and
- 09-15MobileRegex : referencing an already captured group
- 09-13otherHow to establish in this code the condition of <<if it was possible to perform a replacement w
- 09-13databasereplace all special characters expect first occurrence of
- 09-12Software designRegex match a string followed by 1 forward slash
- 09-10Back-endRegular expression start and end with
- 09-09EnterpriseHow read the correct lines from this text file with a python program, and then create a .py file by
- 09-07front endRegex: Match pattern unless preceded by pattern containing element from the matching character class
- 09-07front endFix code to extracts multiple values from a string, then sends all them to a function and replaces t
- 09-04Software engineeringHow to set capturing groups to extract and replace with re.sub()
- 09-04EnterpriseHow can I create a Regex that only lets in comma separated numbers?
- 09-02EnterpriseRegex - replacing multiple occurrences of character in group
- 09-02otherHow to make this regex ((?:\w\s*) ) extract substrings that include dots, commas and/or line break
- 09-01EnterpriseHow to make regex don't match B but match independent A, (A ⊆ B)
- 08-31MobileRepeated capture group and lazy issue
- 08-30MobileRegex matching multiple groups
- 08-29front endDetect a pattern and extract numeric values to then evaluate them and in certain cases replace their
- 08-29OSRegex capture multi-line groups
- 08-28database"AttributeError: 're.Match'" when trying to extract substrings with regex patter
- 08-27databaseStart and end positions of the *groups* of a Javascript stdlib regex match
- 08-27Software engineeringRegex works in validator but not in C# [repeated capturing groups issue]
- 08-25Software designRegex: quantifiers on capture groups- stumped
- 08-24Software designRegex match pattern, space and character
- 08-24Software designusing Regex how do I capture the exception message only without stack trace
- 08-22Software designHow do I replace a certain char in between 2 strings using regex
- 08-19Software engineeringRegex for 3 digits and 3 Characters "123aBc", "1A2b3c", "abc123", &quo
- 08-18OSRegex to allow special only between alpha numeric
- 08-18OSPython RegEx: Extract timestamp between Square brackets
- 08-18OSRegex - How to group multiple lines until line starts with a string?
- 08-16BlockchainFinding a field and replacing the first 16 digits of the field_value [string] with Regex
- 08-16Software designHow to create regex expression for 3 links at once
- 08-15MobileHow can I catch the following groups with a regex?
- 08-14Software designHow to extract and print, maintaining the order of appearance within the original input string, the
- 08-14Software designRegex to fetch number from "This blue fox is [SECTION-1]"
- 08-11EnterpriseValidate list of single digits in a list of comma separated values. Regex
- 08-11Software engineeringHow to generalize this regex so that it starts capturing substrings at the beginning of a string or
- 08-08databaseRegex match words, but not when the entire string is matched