<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>Roger, do you have many instances where a hyphen *is* intended? If not,  you could brute-force replace all then go back and tune those you didn't want replaced (e.g., if they're, say, part numbers in a handful of tables).</div>
<div> </div>
<div>Alternately, export to MIF and use any programmer's text editor (e.g., Notepad++) to do a regular expression search and replace, similar to your Word example. Then open MIF and re-save as FM.</div>
<div> </div>
<div>HTH;</div>
<div>David</div>
<div> </div>
<BLOCKQUOTE id=replyBlockquote style="FONT-SIZE: 10pt; FONT-FAMILY: verdana; COLOR: black; PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid" webmail="1">
<DIV id=wmQuoteWrapper>-------- Original Message --------<BR>From: Roger Shuttleworth <<a href="mailto:shuttie27@gmail.com">shuttie27@gmail.com</a>><BR>Date: Mon, December 29, 2014 9:23 am<BR><BR>Hello All<BR><BR>I'm using FrameMaker 11.<BR><BR>I have a document containing a lot of number ranges that use a hyphen <BR>instead of an en-dash; for example, 1-3. I'd like to replace the hyphen <BR>while preserving the preceding and following numbers.<BR><BR>In Word I'd use a wildcard search for ([0-9])-([0-9]) and replace with <BR>\1-\2, where \1 and \2 represent the values in the parentheses (and <BR>sorry, I can't type an en-dash in this message). When I try this with FM <BR>it doesn't find anything.<BR><BR>How do you preserve the values in FM?<BR><BR>Thanks.<BR><BR>Roger Shuttleworth</DIV></BLOCKQUOTE></span></body></html>