I am trying to get values from the following text. How can this be done with Regex?
Input
Lorem ipsum dolor sit %download%#456 amet, consectetur adipiscing %download%#3434 elit. Duis non nunc nec mauris feugiat porttitor. Sed tincidunt blandit dui a viverra%download%#298. Aenean dapibus nisl %download%#893434 id nibh auctor vel tempor velit blandit.
Output
456
3434
298
893434
See Question&Answers more detail:os