Hi…need a regular expression for below form paramater value highlighted in RED. It changes dynamically whenever i hit the url,so i need to capture the new value each and every time.
Please do the need on this
Hi…need a regular expression for below form paramater value highlighted in RED. It changes dynamically whenever i hit the url,so i need to capture the new value each and every time.
Please do the need on this
Use below regular expression for extracting value.
regex("""/Apps/WebObjects/CCBAdmin.woa/1/wo/(.+?)/0.4"""").findAll.optional.saveAs(“c_formparameter”)
Thanks a lot for the input Mohan,it’s working…Can you please tell me,how could we write regex like this.I found it very difficult to write a single regex,but you have done it very easily.
Refer this :