Regex to find "int UserId"

Regex to find "int UserId" in c# files that helps to see all definitions

by vrluckyin India

HTML

Regex to find "int UserId" in c# files that helps to see all definitions

<!---
(\b(int|int?)\b)(.*\b(userid|UserId|UserID)\b)

(\b(int|int?)\b)(.*\b(\w*userid|\w*UserId|w*UserID)\b)

Test Content
Welcome to RegExr v2.1 by gskinner.com, proudly hosted by Media Temple!
int userid 
int
userid

int   UserId

jack james
jack   james
jack
james
Edit the Expression & Text to see matches. Roll over matches or the expression for details. Undo mistakes with ctrl-z. Save Favorites & Share expressions with friends or the Community. Explore your results with Tools. A full Reference & Help is available in the Library, or watch the video Tutorial.
->

JavaScript

http://regexr.com/3e9k4