Project

General

Profile

« Previous | Next » 

Revision cd289277

Added by Ivan Necas almost 11 years ago

  • ID cd2892774b6f6073bb189bd17ea7fcaec76388e6

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

  • added
  • modified
  • copied
  • renamed
  • deleted