1) Is there any way to create a thread like this: ThreadStart(Function("abc", 123)) instead of ThreadStart(Function) ?
2) Is there any AND operator for Regex patterns? Using IsMatch, I want to see if the input has all of the words inside the pattern. Right now I use | in the pattern to see if the input has any of the words in the pattern.
Question
tommie
Using C#,
1) Is there any way to create a thread like this: ThreadStart(Function("abc", 123)) instead of ThreadStart(Function) ?
2) Is there any AND operator for Regex patterns? Using IsMatch, I want to see if the input has all of the words inside the pattern. Right now I use | in the pattern to see if the input has any of the words in the pattern.
Link to comment
Share on other sites
8 answers to this question
Recommended Posts