0

For eg.

set "var" "value"

This will always be in the same order.

I am using "(.+?)" to get "var" and "value".

But I only want to match this only when it starts with "set".

base "as" "asd" - Should not match
set "as" "asd" - Match and return ("as", "asd")

0 Answers0