Top "Find" questions

This tag has multiple meanings.

Find text in string with C#

How can I find given text within a string? After that, I'd like to create a new string between that …

c# string find
How to use regex with find command?

I have some images named with generated uuid1 string. For example 81397018-b84a-11e0-9d2a-001b77dc0bed.…

regex linux find
Find the files that have been changed in last 24 hours

E.g., a MySQL server is running on my Ubuntu machine. Some data has been changed during the last 24 hours. …

linux bash find
Does a "Find in project..." feature exist in Eclipse IDE?

Does Eclipse have a way to search a whole project for some text like Xcode's "find in project" feature?

eclipse find
`find -name` pattern that matches multiple patterns

I was trying to get a list of all python and html files in a directory with the command find …

shell find
How can I check if character in a string is a letter? (Python)

I know about islower and isupper, but can you check whether or not that character is a letter? For Example: &…

python string find
How to use 'find' to search for files created on a specific date?

How do I use the UNIX command find to search for files created on a specific date?

bash unix find
How can I find WPF controls by name or type?

I need to search a WPF control hierarchy for controls that match a given name or type. How can I …

wpf controls find
MongoDB Show all contents from all collections

Is it possible to show all collections and its contents in MongoDB? Is the only way to show one by …

mongodb collections find
jQuery: find element by text

Can anyone tell me if it's possible to find an element based on its content rather than by an id …

jquery text find