Link to home
Start Free TrialLog in
Avatar of Afif JABBADO
Afif JABBADOFlag for Lebanon

asked on

javascirp regex to match a element has specefic url

let say in the body element i have lot of a href i want to match <a> element
 <a between there is a lot of attribute originalsrc=\"http://127.0.0.1:8080/?rid=6yQMvKA"

i want to match the first url from originalsrc that have ?rid !
and extract only first occurrence ..

Array [ "<a href=\"https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2F127.0.0.1%3A8080%2F%3Frid%3D6yQMvKA&data=02%7C01%7C%7C709e51d24145423f067708d7f11af976%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637242970459564695&sdata=Pcn03oTi%2B1w6TaqSOGr4WTkqMGUPgb%2BwvsBLCNHyafc%3D&reserved=0\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"Verified\" originalsrc=\"http://127.0.0.1:8080/?rid=6yQMvKA\" shash=\"kMreJEmsTtxFS9f7nFX5cQPqcvA2TBL0FMyGan0Nl6aLRiK/ue6Fx9QoIJavzhRzUBZN90yMTHMkljJ2bAuCqoHYscPId&#43;uMEVm6v9z98Dp0aTujspL8QpiN9Y1ktNjg5yZ9aqrDS718NIq3gXrqUIUP6Mc8m7ytQ/uFSGShLTQ=\" style=\"text-decoration:none\"></a>" ]


i want to get the originalsrc only if it contain ?rid=
ASKER CERTIFIED SOLUTION
Avatar of Alex [***Alex140181***]
Alex [***Alex140181***]
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial