I would like to use a string variable in my regex when I scan through a document:
urlstring = "example.com"
scanresult = @doc.scan(/variable text in urlstring(.*?)link-text/)
How do I go about doing this?
|
|
|
is |
|||
|
|
|
This should work:
Putting the variable between |
|||
|
|