Top "Multiple-matches" questions

Python regex to match multiple times

I'm trying to match a pattern against strings that could have multiple instances of the pattern. I need every instance …

python regex multiple-matches
select columns based on multiple strings with dplyr contains()

I want to select multiple columns based on their names with a regex expression. I am trying to do it …

r regex dplyr matching multiple-matches
How to get multiple regex matches in Java?

How can I find all substrings that match a regex in Java? (Similar to Regex.Matches in .Net)

java regex multiple-matches
VBA multiple matches within one string using regular expressions execute method

I'm trying to match experience levels for various positions based on 1. Degree 2. Years of Experience. The pattern is fairly simple (…

regex vba substring multiple-matches
Replace all occurrences in a String by using regex in groovy

When there are only one occurrence my code works: def result = "Text 1,1" def matches = (result =~ /^.+\s([0-9],[0-9])$/ ).with { m …

regex groovy multiple-matches
Checking for multiple occurrence of character repeated or spread out in string with regex

Having syntax trouble, I'm new to using regex. I'm coding in java. I need to check if an apostrophe is …

java regex string multiple-matches
javascript regex to match multiple lines

my multiple string is something like below ### some content that I need to match and might have some special character …

javascript regex multiple-matches
Dropdown Javascript error: object doesn't support property or method 'matches'

I'm using the following JavaScript dropdown, which works perfect in all browers except the new Windows Edge. It displays this …

javascript jquery methods drop-down-menu multiple-matches