Skip to content

not working when text start with www  #16

Description

@prakashdesai

Its not working when we simply post website name like www.github.com

There is code written for that but ,
NSTextCheckingResult *match = [regex firstMatchInString:word options:0 range:NSMakeRange(0, [word length])];

match will be nil when word start with www so its not going into below condition

if ([tappableWord length] > 0)
        {
}

It will be great if someone can post the solution of it.

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions