On Dec 13, 2011, at 07:33, Kim Mosley wrote:
> 11. Aki Matsuri, Japan America Society of Austin, Austin, TX. (1994,
> October 22, lecture, with demonstration by Noriko Takayama Sensei).
> {snip}
> I want to switch the year and the month/day.

______________________________________________________________________

Hey Kim,

Find:

(?i)(\d{4}),[ 
\r]*((Apr|Aug|Dec|Feb|Jan|Jul|Jun|Mar|May|Nov|Oct|Sep)[a-z]{0,6})[ \r]*(\d{1,2})

Replace:

\2 \4, \1

This may work for you.

I took into account the possibility of wraps in the found-text, but I didn't 
want to deal with wraps in the replace-text.

--
Best Regards,
Chris

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to