Today I faced a problem with my clients website when I used the regular expression technique that I explained in my post here. The problem raised because his website is in Swedish so the usual character pattern that I used to match was not working.
The pattern matching string used before was: <a [a-zA-Z0-9 /.?_=:"-]*>
But his website used [...]




