Nikolaos A. Patsopoulos wrote:
Ηι,
I'm want to group a text that has the following text pattern (values
and number of lines vary across instances):
16893921
164
7
2006
Am. J. Epidemiol.
Implications of small effect sizes of individual genetic
variants on the design and interpretation of g
>I'm want to group a text that has the following text pattern (values
and
>number of lines vary across instances):
>Used the following code but got a pattern recognition problem.:
>:%s/\(\)\(What am I missing??
Newlines, no? Try (line-split for clarity) this:
:%s/\(
Ηι,
I'm want to group a text that has the following text pattern (values and
number of lines vary across instances):
16893921
164
7
2006
Am. J. Epidemiol.
Implications of small effect sizes of individual genetic
variants on the design and interpretation of genetic association studies
of co