Good day all,
In c# I need to compare two undefined strings. Is it possible to compare? Guide me the logic how to solve this.
Example:
I had a paragraph, need to get every word as a input string2 and have to compare with string1
String1:
Bandura
String2:
Input paragraph:
It must be recognised that, although used in similar studies elsewhere (Goldberg et al. 2003, 2010; Caven et al. 2007), the self-reporting of perceived preparedness (particularly when assessed prior to starting work) is a potential limitation of this study. However, perceptions of ability are precursors to behaviour (
Bandura 1996), and so should not be dismissed. In this study, the triangulating data from experienced staff who subsequently worked with this cohort of students largely confirmed their perceptions, as did follow-up interviews with graduates 4 and 12 months into their FY1 year (Willing et al. 2008b).
Give me any idea to compare the strings?
Thanks,
Deeps
Deepakkumar G.