Hi,
I want to search a string at the beginning of the string using regular expression. I am using regular expression (\\w+) to search at the start of the string but my program fails if string has two words. It founds match if it has one word. Please help.