Skip to main content
Nintex Community Menu Bar
Solved

Regex example to extract the url

  • April 10, 2018
  • 1 reply
  • 8 views

Forum|alt.badge.img+3

I’ve got a string contained in a variable and just want to extract the url.  The string is           srs test reena , Url : https:\auckland.sharepoint.comsites###/###Submission review sheetsSRStest-reena.docx   all I want is from and including the url from https: does anyone have a regex example that actually works?

Best answer by Chris_Ben

Hey Julian,

This should work: (?<=test reena , Url : ).*

Cheers,

Chris

1 reply

Chris_Ben
Nintex Employee
Forum|alt.badge.img+14
  • Nintex Employee
  • 364 replies
  • Answer
  • April 10, 2018

Hey Julian,

This should work: (?<=test reena , Url : ).*

Cheers,

Chris