Skip to content

not working when text start with www  #16

@prakashdesai

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

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