swagger-editor icon indicating copy to clipboard operation
swagger-editor copied to clipboard

If a newline character is used, the browser may be suspended.

Open lucans-lc opened this issue 4 years ago • 0 comments

The parameter regular expression is complex. for example, image pattern: > ((([1-9]\d{0,8})|([1-3]\d{9})|(4[0-1]\d{8})|(42[0-8]\d{7})|(429[0-3]\d{6})|(4294[0-8]\d{5})|(42949[0-5]\d{4})|(429496[0-6]\d{3})|(4294967[0-1]\d{2})|(42949672[0-8]\d{1})|(429496729[0-5]))|((([1-9]\d{0,3})|([1-5]\d{4})|(6[0-4]\d{3})|(65[0-4]\d{2})|(655[0-2]\d)|(6553[0-5]))\.))

lucans-lc avatar Mar 08 '21 03:03 lucans-lc