Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- str := "https://www.amazon.com/Lenovo-IdeaPad-17IML05-Notebook-81WC0015US/dp/B08FMD9FK5/ref=sr_1_2?dchild=1&qid=1631950075&refinements=p_n_feature_twenty-two_browse-bin%3A23447271011%2Cp_89%3ALenovo%2Cp_36%3A2421890011%2Cp_n_size_browse-bin%3A7817234011%2Cp_n_feature_four_browse-bin%3A2289792011&rnid=676578011&s=pc&sr=1-2"
- Loop, parse, str, /
- {
- If (A_Index = 6)
- url := "https://www.amazon.com/dp/" A_LoopField
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement