So I am new to regex.... and what I can't make sense of is this...
How can I search for a specific regex each time in a string, ie match all occurences of 'test' in a given string.... What could I use as a logical parantheses?
/(test)*/
This returns several matches/Backreferences and doesn't seem to be meant for logically grouping/order of execution.