Skip to content

Instantly share code, notes, and snippets.

@peerasak-u
Created August 24, 2013 13:20
Show Gist options
  • Select an option

  • Save peerasak-u/6328108 to your computer and use it in GitHub Desktop.

Select an option

Save peerasak-u/6328108 to your computer and use it in GitHub Desktop.
URL ที่ใช้ Search ในตัวอย่างใช้คำว่า "ลืมไปเลย"
https://www.se-ed.com/product-search/ลืมไปเลย.aspx?keyword=ลืมไปเลย&search=name
URL ของภาพปกหนังสือ
https://se-edws.se-ed.com/Storage/Originals/978616/716/9786167164816L.jpg
ให้ 9786167164816 = หมายเลข ISBN ของหนังสือ
https://se-edws.se-ed.com/Storage/Originals/(ISBN[0->5])/(ISBN[6-8])/(ISBN)L.jpg
pattern1 = https://se-edws.se-ed.com/Storage/Originals/\d{6}/\d{3}/\d{13}L.jpg
pattern2 = https:\/\/se-edws.se-ed.com\/Storage\/Originals\/\d{6}\/\d{3}\/\d{13}L.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment