Search the Community
Showing results for tags 'new line'.
-
set(#links,"http://www.aliexpress.com/item/Exquisite-Portable-USB-Mini-Flexible-Silicone-PC-Keyboard-Foldable-for-Laptop-Notebook-WH-Suzie/2036904886.html? http://www.aliexpress.com/item/Fighting-Nation-Russian-backlit-gaming-keyboard-gamer-led-backlight-3color-breathing-switchable-light-wired-USB-for/32415574297.html? http://www.aliexpress.com/item/2-4GHz-G-Mouse-II-C120-Air-Mouse-T10-Rechargeable-Wireless-GYRO-Air-Fly-Mouse-Keyboard/32424642668.html? http://www.aliexpress.com/item/Modern-Design-Pure-White-Ultra-Thin-Design-2-4GHz-Wireless-Keyboard-Cover-Mouse-Kit-for-Desktop/32325530848.html
-
Hi, I'm trying to set up a regular expression string to basically scrape a chunk or HTML between two set points. However between these two points is an irregular number of lines. Now I've watched the Regex video and I can see a way to do it. However I'm looking for a foolproof way to do it. I tried (.*\n)* and then using a lookahead assertion but it didn't work Without the lookahead assertion it did work but obviously pulled up everything after the initial string I specified. Can anyone give me any suggestions on how to do this please? Best regards Steve