Your text editor might have a search feature that displays all lines that contain a specified string.
您的文本编辑器可能具有搜索功能,可显示包含指定字符串的所有行。
2
The algorithm is simple; it iterates through the top-level items of the tree and compares their text contents with the search string (lines 43 to 52 in listing 6).