Top "Findall" questions

Finds all matching sub-elements, by tag name or path.

Groovy filter criteria on findAll on a list

I trying to build dynamic filters using findAll on a list. I have a variable that needs to be included …

groovy findall
Python re.findall prints output as list instead of string

My re.findall search is matching and returning the right string, but when I try to print the result, it …

python regex findall
Python - AttributeError: 'NoneType' object has no attribute 'findAll'

I have written my first bit of python code to scrape a website. import csv import urllib2 from BeautifulSoup import …

python attributes findall nonetype
C# FindAll VS Where Speed

Anyone know any speed differences between Where and FindAll on List. I know Where is part of IEnumerable and FindAll …

c# performance where findall
python - regex search and findall

I need to find all matches in a string for a given regex. I've been using findall() to do that …

python regex search string-matching findall
Why does re.findall return a list of tuples when my pattern only contains one group?

Say I have a string s containing letters and two delimiters 1 and 2. I want to split the string in the …

python regex findall
Java: What is the best way to find elements in a sorted List?

I have a List<Cat> sorted by the cats' birthdays. Is there an efficient Java Collections way of …

java list collections findall sorted
Finding all references to a method with Roslyn

I'm looking to scan a group of .cs files to see which ones call the Value property of a Nullable&…

c# code-analysis roslyn findall
how to extract string inside single quotes using python script

Have a set of string as follows text:u'MUC-EC-099_SC-Memory-01_TC-25' text:u'MUC-EC-099_SC-Memory-01_TC-26' text:u'MUC-EC-099_SC-Memory-01_…

python regex strip findall recompile