Just moved to a new job, and my job is to retrofit schema to about 42,000 html web pages. I need to find all zip codes, which all happen to be in the same format. Each instance is only found once on each page so that makes it easier. The format is:\[code\], 72005,\[/code\]I would like to find all instances of: \[code\], #####,\[/code\]and replace them with: \[code\], <span itemprop="postalCode">72005<span>,\[/code\]Tools of the trade are search and replace in dreamweaver. Any help would be greatly appreciated.