MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

RegularExpression bug?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101700] RegularExpression bug?
  • From: Otto Murphy <obott0 at gmail.com>
  • Date: Wed, 15 Jul 2009 07:05:56 -0400 (EDT)

StringCases["asdf", RegularExpression["^[^r]+?$"]] does not return any
matches. However, this regular expression matches the entire string
"asdf" in another regex environment.

Is this a bug?


  • Prev by Date: Assigning Values to Many Symbols at Once
  • Next by Date: Re: Re: NDSolve problem
  • Previous by thread: Re: Assigning Values to Many Symbols at Once
  • Next by thread: Re: RegularExpression bug?