I am given a task that will require regex to find a string out of a paragraph. I need to find a string that looks something.like.this but is not limited to looking.something.like.this.also.
Using the paragraph above as an example, this expression would have pulled out "something.like.this" and "looking.something.like.this.also"
Must me A-z, no =+[]{}\/?*&^%$#@!*, can include .()-
I thought about checking to see if there are multiple periods between spaces.