Skip to content

Is kaerus' urlparser a more flexible solution? #10

@dandv

Description

@dandv

See kaerus-component/urlparser#2:

The parsing is completely different, I use regular expressions that works in all .js engines. The one you are referring to works only in browsers using the DOM. I also allow other protocols than http & https so that you can use any type of url such as ftp://user:pass@ftp.server.com. It also handles "git styled" urls such as git://user:pass@mygit.server.com:1234/path:myrepo. To compare, just throw different types of urls onto each library and examine the resulting object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions