![]() |
|
|
|
#1
|
|||
|
|||
|
Hi
How can find just Latin words (with several font types) in a document which includes complex scripts too? |
|
#2
|
||||
|
||||
|
You could use a wildcard Find, with the 'Find' character range limited to the desired characters. For example:
Find = <[A-Za-z]{1,}> will find any whole word containing only characters from the standard Latin alphabet.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Are you talking about Latin language or Latin alphabet?
|
|
#4
|
||||
|
||||
|
If you mean Latin language then you are likely "out of luck" as the say.
So many Latin words have found their way into English, after all. You'd need to find a complete searchable Latin lexicon. Then compare every word in your document with every word in the lexicon. ![]() Probably quicker to do it manually... |
|
#5
|
||||
|
||||
|
Not so. If the text really is in the Latin language, it should have the proofing language set to that, in which case the task is quite straightforward.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#6
|
||||
|
||||
|
Thanks macropod. I wasn't aware of that, learn something every now and then eh..
|
|
#7
|
|||
|
|||
|
macropod
I want to search and select all Latin words or phrases which are finished by "," in an Arabic-English document, but totally not separately. For example the results of searching become something like this: Above range Color, Abnormal, Active topology, and so... How can do this? |
|
#8
|
||||
|
||||
|
You might try using a wildcard Find, where:
Find = [!,]@,
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#9
|
|||
|
|||
|
It does not work macropod.
|
|
#10
|
||||
|
||||
|
It does for me. In what way do you say it doesn't work?
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#11
|
|||
|
|||
|
macropod
I can search for example 5 character words via <[A-Za-z]{5}> and 7 character words via <[A-Za-z]{7}>, but <[A-Za-z]{1,}> (for using all English words) does not work at all. What is the problem? Thank you. |
|
#12
|
||||
|
||||
|
Works for me. As does <[A-Za-z]@>
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#13
|
|||
|
|||
|
This wildcard works. Thank you.
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finding Words with Specified Letters in Arabic | mohsen.amiri | Word | 7 | 06-26-2017 09:12 AM |
ASCII or Unicode Latin-based characters without a keypad
|
jessesgirll | Word | 3 | 05-28-2016 03:46 AM |
| Finding Non-English Words in an English and Non-English words document | mohsen.amiri | Word | 3 | 03-31-2015 11:20 PM |
Don't adjust space between latin and asian text...
|
jjmclell | Word | 3 | 03-11-2013 03:43 PM |
How do I accept non-Western (non-latin) character sets
|
3rd floor | Outlook | 1 | 02-10-2006 03:17 PM |