Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Regex fail - "(?<=href)(.*?)(?=class)"
#2
pattern="(?=http://www.domain.com/video)(.*?)(?=..class=)"

I had to change the preceded by code from (?<=) to (?=)

No idea why this would work, but it does.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)