SebastianThiebaud / STTweetLabel

Deprecated - A UILabel with #hashtag @handle and links tappable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect detection when in a URL contains a "?"

sergisolanellas opened this issue · comments

I tried to insert some URLs like:
http://www.domain.com/file.php?id=1

And only detects this:
http://www.domain.com/file.php

Is simple to fix this ?
Thanks.

@wakachamo made some changes about the URL regex: #76

It's based on this: http://daringfireball.net/2010/07/improved_regex_for_matching_urls

Maybe something's wrong?

So what was the issue?

When I updated XCode 5.1 two days ago, the contribution STTweetLabel not functioned correctly. I tried to clean the project, but the problem persists.
Today, I tried to replace the files in my project, and then start working again.
I don't understand because it happen, if is the same version.

Sorry again.

Ok. Nice to hear it's now working!