Hello ppl I am trying to parse an rtf file to get clean text out but as I am new to regexp I came apon something I dont know how to do.
K, thing is I need to get a chunk of string which sattisfies following condition: indefinetely long repetition of
backslash,word symbol*
so something like (\\\w*)* where (\\\w*) would be a combination that is repeated one or more times only I dont know what the () should be.
K, thing is I need to get a chunk of string which sattisfies following condition: indefinetely long repetition of
backslash,word symbol*
so something like (\\\w*)* where (\\\w*) would be a combination that is repeated one or more times only I dont know what the () should be.