Hi All,
I want to extract the following word from sentence:
nodeUrl=https://sappbos.aexp.com/odata.svc/v1.0/BlazeoData/UddsSappSupplierPymntAccpts?
nodeUrl=https://merchantcompass.aexp.com/odata.svc/v1.0/BlazeoData/MerchantCompassLookups
Can someone please guide me.
| rex "https:\/\/(?<word>\w+)"
| rex "https:\/\/(?<word>\w+)"
Excellent place to test and learn regex is https://regex101.com/r/3sM9jL/1
r. Ismo