Project

General

Profile

« Previous | Next » 

Revision 21f2b8d4

Added by Ivan Necas almost 11 years ago

  • ID 21f2b8d4197a15ac8ace3a9c87e0fbcb1e2c49dc

fixes #2685 incorrect and inefficient regexp checking medium name format

It takes eternity to compute something like this:

"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa b" =~ /\A(\S+\s?)+\Z

Also "this is wrong " was not matched
(cherry picked from commit cd2892774b6f6073bb189bd17ea7fcaec76388e6)

  • added
  • modified
  • copied
  • renamed
  • deleted