2021년 07월 12일 10시 10분
$('#user_name').on('keyup', function() { var regExp = /[\{\}\[\]\/?.,;:|\)*~`!^\-_+<>@\#$%&\\\=\(\'\"]/gi; $(this).val($(this).val().re...
2021년 03월 09일 15시 40분
def convert_link_in_string( string ) regex = "\\b(https?|ftp|file)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]" content = stri...