mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
#18533379 아이피와 MMS 링크 지원 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7017 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e4318249d6
commit
a5bae0fb01
2 changed files with 5 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
|||
* @author taggon (gonom9@gmail.com)
|
||||
*/
|
||||
(function($){
|
||||
var protocol_re = '(https?|ftp|news|telnet|irc)://';
|
||||
var protocol_re = '(https?|ftp|news|telnet|irc|mms)://';
|
||||
var domain_re = '(?:[\\w\\-]+\\.)+(?:[a-z]+)';
|
||||
var max_255_re = '(?:1[0-9]{2}|2[0-4][0-9]|25[0-5])';
|
||||
var max_255_re = '(?:1[0-9]{2}|2[0-4][0-9]|25[0-5]|[1-9][0-9]?)';
|
||||
var ip_re = '(?:'+max_255_re+'\\.){3}'+max_255_re;
|
||||
var port_re = '(?::([0-9]+))?';
|
||||
var path_re = '((?:/[\\w!"$-/:-@]+)*)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue