Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > How to zero in on a symbol and change it's size in text ?

How to zero in on a symbol and change it's size in text ?
Thread Tools
Senior User
Join Date: Jul 2001
Status: Offline
Reply With Quote
Sep 8, 2006, 07:04 PM
 
Lets say I have a ; symbol in my text. What could I use to select all of those in a page of text and chage their size weight type or even font ?

I have a tons of time code like so 40;43;29;38;10 and want to make it like 40;43;29;38;10
or so ..
Any ideas or tools I could use ?
Ugh,, thats a bad example i tried bold tags but you stil can't see teh difference..; but in text I could style it however
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Sep 8, 2006, 07:40 PM
 
Find and Replace in Microsoft Word.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Addicted to MacNN
Join Date: Aug 2004
Location: FFM
Status: Offline
Reply With Quote
Sep 8, 2006, 07:46 PM
 
You could probably do it with AppleScript. It depends on which program you are using.

Code:
tell application "TextEdit" set theText to the text of the front document repeat with i from 1 to the length of theText set theChar to the character i of theText if theChar is equal to ";" then set the font of character i of the text of the front document to "Helvetica Bold" end if end repeat end tell
     
Administrator
Join Date: Apr 2001
Location: San Antonio TX USA
Status: Offline
Reply With Quote
Sep 8, 2006, 08:00 PM
 
I have imported I don't know how many text documents into Word just to manipulate them with find and replace. It works, it's simple, and it's repeatable. It's quite easy to replace anything, including replacing a character with the same character of a different size, bold/italic/underline attribute and/or font. Really.

Of course most of what I did was to eliminate excess crap from text dumps (or even multiple levels of ">" in emails that included who knows how many forwards), so I usually saved the results as text instead of .doc files, but you can do whatever you want with the results.
Glenn -----
OTR/L, MOT, Tx
     
Addicted to MacNN
Join Date: Oct 2001
Location: Yokohama, Japan
Status: Offline
Reply With Quote
Sep 8, 2006, 08:11 PM
 
Any app that uses the Oniguruma regex framework for find & replace, such as SubEthaEdit. That's about as powerful as it gets.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 03:22 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2