Get value from link Regex expression

Hi All,

I am using Regex expression but not getting accurate value.

I want only aIp760000000A37CAE this value but I am getting extra backslash

https://databricks--uat2.sandbox.lightning.force.com/lightning/r/SBQQ__Quote__c/aIp760000000A37CAE/view

Use the split with / and select secand last value , i hope this solve your issue

@mukesh.singh

Yea but I am getting ‘view’ also

If you are using index value 4 then use 3 this is just example it work pls try

(?<=https://databricks–uat2.sandbox.lightning.force.com/lightning/r/SBQQ__Quote__c/)[a-zA-Z0-9@.]+(?=/view)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.