How to configure regular expression?

How to create that regular expression which I have marked in the below image?
Please can anybody explain this?

Hi

  1. What are you trying to achieve with the expression.
  2. Can you paste the expression in a reply.

I am a beginner in RPA and I am not able to understand this workflow and how they did RegEx. I have attached the example of the RegEx Zip file. Please, sir, explain to me to its work and how to do this?

Data Manipulation - RegEx (workflow).zip (11.8 KB)

Sorry mate, I’m currently away from home.

Try inserting a ‘matches’ activity.
Make sure you add your variable and piece of regex.

Can you insert your raw text and bold what you want to ‘match’ using Regex?

Detects all street numbers and names from a string containing multiple addresses.
Print all matches to output.

String="275 S Wall St., Wilmington, OH, 45177 - Virginia USA, 1223 Pamela St., Leesburg, FL, 34748 - 1022 Lincoln Ave, Duquesne, PA, 15110 - US, 1295 N Opdyke Rd, Auburn Hills, MI, 48326 - 19 Orbit Dr, Enfield, CT, 06082 "

Can you bold the example?

Quetion : Detects all street numbers and names from a string containing multiple addresses.
Print all matches to output.

String="275 S Wall St., Wilmington, OH, 45177 - Virginia USA, 1223 Pamela St., Leesburg, FL, 34748 - 1022 Lincoln Ave, Duquesne, PA, 15110 - US, 1295 N Opdyke Rd, Auburn Hills, MI, 48326 - 19 Orbit Dr, Enfield, CT, 06082 "
[/quote]

REgExExamplePic2