http://qs1969.pair.com?node_id=303375


in reply to Re: Regexp for alphabetical order match within the string
in thread Regexp for alphabetical order match within the string

But this won't take case into consideration, would it? "Ba" is not really alphabetical in my book.
  • Comment on Re: Re: Regexp for alphabetical order match within the string

Replies are listed 'Best First'.
Re: Re: Re: Regexp for alphabetical order match within the string
by tlhf (Scribe) on Oct 30, 2003 at 19:56 UTC
    For case-insensitivity just throw an lc before the shift.