Displaying 2 results from an estimated 2 matches for "parties_present_start_1".
Did you mean:
parties_present_start_2
2017 Jun 08
2
regular expression help
...L. 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")
[1] 123
attr(,"useBytes")
[1] TRUE
> parties_prese...
2017 Jun 08
0
regular expression help
...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")
> [1] 123
> attr(,&q...