Displaying 2 results from an estimated 2 matches for "parties_present_start_2".
Did you mean:
parties_present_start_1
2017 Jun 08
2
regular expression help
....\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_present_start_2
[1] 20
attr(,"match.length")
[1] 949
attr(,"useBytes")
[1] TRUE
>...
2017 Jun 08
0
regular expression help
...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_present_start_2
> [1] 20
> attr(,"match.length"...