in reply to Looking for a regex to match last capitalized word in string
Of course if you want to honour any locale settings, /([[:upper:]][[:lower:]]+)$/ might be more appropriate.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: regexps
by particle (Vicar) on Mar 26, 2002 at 16:30 UTC |