How to get text after the match REGEX if its below the match

Viewed 17

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.
0 Answers
Related