I'm new to regex but I wanted to know if there was a way to find the text below a lookahead
(?<=Name:)(.*(\s))
the type of text
Name: Richard V.
or
Name:
Richard V.
I'm new to regex but I wanted to know if there was a way to find the text below a lookahead
(?<=Name:)(.*(\s))
the type of text
Name: Richard V.
or
Name:
Richard V.