zorrox1024

Results 2 comments of zorrox1024

> Should we just use `\s+:` or `[^:]+:` here? I prefer to this solution. I should depends on browser or Desktop OS setting, which schema is supported. for example, i...

how about something like ``` /^[a-zA-Z][a-zA-Z\d+\-.]*:\/\//i ```