نقل قول:
وردیست جان نظری راجع به این سوالم ندارید؟ چون برام خیلی مهم هست.
سپاس
Printable View
نقل قول:
وردیست جان نظری راجع به این سوالم ندارید؟ چون برام خیلی مهم هست.
سپاس
من می خوام بدونم این امکان استفاده از کاراکترهای جانشینی مثل * و ؟ چیه تو Finde ورد میشه با یه مثال
wordist جان درباره منظم نوشتن مي خواستم بدونم اين سايت از چه روشي استفاده كرده است؟
کد:http://rira.ir/rira/php/?page=view&mod=classicpoems&obj=poem&id=11053
ایا در ورد 2007 این امکان هست که در متن تایپ شده فارسی غلط یابی کنه؟اگر هست چگونه؟
سلام دوست مننقل قول:
راستش من خيلي با كامنت ها كار نكردم
ولي چك كردم و تا اونجايي كه ديدم متوجه شدم نميشه اينكاري كه شما ميخواي رو انجام داد
اگه به نتيجه رسيدم خبر مي دم
موفق باشي
سلامنقل قول:
تو اونجايي كه من اطلاع دارم استفاده از كاراكترهاي جانشين در ورد ممكن نيست
سلام دوست عزيزنقل قول:
اتفاقا اين چيزي كه تايپ شده اونجا به راحتترين روش و با استفاده از همون چيزي كه من اشاره كرده بودم قابل انجامه
سلامنقل قول:
من شخصا تا حالا ديكشنري فارسي كه بشه روي ورد نصب كرد و براي غلط ياب فارس از اون استفاده كرد را نديدم
قلبا هم توي اين تاپيك اين بحث مطرح بود و قرار شد هر كس پيدا كرد بذاره
پس تو ورد این قسمت use wildcard مال چیه؟نقل قول:
سلام دوست عزيزمنقل قول:
با تشكر از تذكر آموزشي تون
همونطور كه گفته بودم و مشخص هم هست من تا حالا با اين مورد كار نكرده بودم و اطلاعي هم نداشتم
ولي با مراجعه به help ورد نتايج جالبي برام حاصل شد كه توصيه مي كنم خودتون ببينين
البته بايد بگم كه من با امتحاني كه كردم در يه سري از مواردش به نتيجه نرسيدم و با اينكه نمونه در ورد وجود داشت نتونست اونو پيدا كنه
به نظر مياد بايد بيشتر روش وقت بذارم تا ببينم آيا ترفند خاصي رو مي طلبه يا نه
ممنون
نقل قول:
Search by using wildcards
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ] Use wildcards to find and replace
For example, use the asterisk (*) wildcard to search for a string of characters ("s*d" finds "sad" and "started").Notes
- On the Edit menu, click Find or Replace.
- If you don't see the Use wildcards check box, click More.
- Select the Use wildcards check box.
- Enter a wildcard character in the Find What box. Do one of the following:
- To choose a wildcard character from a list, click Special, click a wildcard character, and then type any additional text in the Find what box.
- Type a wildcard character directly in the Find what box.
- If you want to replace the item, enter what you want to use as a replacement in the Replace with box.
- Click Find Next, Replace, or Replace All. To cancel a search in progress, press ESC.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ] Wildcards for items you want to find and replace
- When the Use wildcards check box is selected, Word finds only the exact text you specify. (Notice that the Match case and Find whole words only check boxes are unavailable (dimmed) to indicate that these options are automatically on; you can’t turn off these options.)
- To search for a character that's defined as a wildcard, type a backslash (\) before the character. For example, type \? to find a question mark.
To find:
Any single character Type ? For example, s?t finds "sat" and "set". Any string of characters Type * For example, s*d finds "sad" and "started". The beginning of a word Type < For example, <(inter) finds "interesting" and "intercept", but not "splintered".
The end of a word Type > For example, (in)> finds "in" and "within", but not "interesting". One of the specified characters Type [ ] For example, w[io]n finds "win" and "won".
Any single character in this range Type [-] For example, [r-t]ight finds "right" and "sight". Ranges must be in ascending order. Any single character except the characters in the range inside the brackets Type [!x-z] For example, t[!a-m]ck finds "tock" and "tuck", but not "tack" or "tick".
Exactly n occurrences of the previous character or expression Type {n}
For example, fe{2}d finds "feed" but not "fed".
At least n occurrences of the previous character or expression Type {n,}
For example, fe{1,}d finds "fed" and "feed".
From n to m occurrences of the previous character or expression Type {n,m}
For example, 10{1,3} finds "10", "100", and "1000".
One or more occurrences of the previous character or expression Type @
For example, lo@t finds "lot" and "loot".