search for: nrecovery

Displaying 2 results from an estimated 2 matches for "nrecovery".

Did you mean: recovery
2017 Jun 08
2
regular expression help
...issue demand notice thereby mentioning the name of ARCIL. Request allowed.\nRegistry is directed to issue fresh demand notice mentioning the name of ARCIL.\nCHFI is directed to file status of the mortgaged property as well as other assets of the CDs.\nList the case on 28.03.2016.\n (SUJEET KUMAR)\nRECOVERY OFFICER-II." My regular expression is: parties_present_start_1= regexpr("\n.*Present.*\n.*\n",my_text,ignore.case=TRUE,perl=T) parties_present_start_2= regexpr("\n.*Present.*\n.*\n",my_text,ignore.case=TRUE) > parties_present_start_1 [1] 138 attr(,"match.length&...
2017 Jun 08
0
regular expression help
...thereby mentioning the name > of ARCIL. Request allowed.\nRegistry is directed to issue fresh demand > notice mentioning the name of ARCIL.\nCHFI is directed to file status of > the mortgaged property as well as other assets of the CDs.\nList the case > on 28.03.2016.\n (SUJEET KUMAR)\nRECOVERY OFFICER-II." > > My regular expression is: > > parties_present_start_1= > regexpr("\n.*Present.*\n.*\n",my_text,ignore.case=TRUE,perl=T) > > parties_present_start_2= > regexpr("\n.*Present.*\n.*\n",my_text,ignore.case=TRUE) > >> parties_pres...