| 1. | Match whole word only displays instances of the 仅显示与“查找内容”字符串全字匹配的实例。 |
| 2. | Finds only repeating whole words that are preceded by white space 只查找重复的、前面有空格的全字。 |
| 3. | Selects or clears the match whole word option for find and replace operations 选择或清除查找和替换操作的“全字匹配”选项。 |
| 4. | Find whole word “全字匹配” |
| 5. | When selected , the find symbol result window displays only whole word matches 如果选择此选项,则“查找符号结果”窗口将仅显示全字匹配项。 |
| 6. | The strategy here is similar to whole - word instruction , but it relies more heavily on the child ' s experience with language 它的策略与全字教学法相同,但是它更依赖孩子的语言经验。 |
| 7. | At one time , a great deal of debate in educational circles centered on whether whole - word or phonics instruction was the most effective 有一阵子,教育圈中最热门的辩论就是全字教学法与传统的自然发音教学法孰优孰劣。 |
| 8. | But over the past decade or so , arguments have revolved around the relative merits of phonics and whole - word ' s successor , whole - language 但是过去10多年中,辩论的两造成为自然发音法与全字教学法的后继者全语教学法了。 |
| 9. | To find repeating whole words , you can modify the grouping subexpression to search for any group of characters preceded by a space instead of simply searching for any single character . you can substitute the subexpression 要找到重复的全字,您可以修改该分组子表达式,以搜索前面是空格的任何字符组,而不是只搜索任意单个字符。 |
| 10. | This yields the regular expression ? char - s - w - k char , which finds any repeating whole words such as " the the " but also matches other repetitions of the specified string , as in the phrase " the theory . ,该正则表达式查找任何重复的全字(例如“ the the ” ) ,但也会匹配指定字符串的其他重复情况,例如词组“ the theory ”中的重复情况。 |