Search-and-replace features for easier editing
搜索替换功能以便更容易的编辑
You can think of templates as a fancy-pants search-and-replace mechanism.
你可以把模板想象成一个奢华的搜索替代的机制。
Minor inconsistencies can pose major problems for such a search-and-replace approach.
较小的不一致也会给这种查找并替换的方法带来很大的问题。
There are a lot of search-and-replace statements that apply to the story text; you'll see just a few of them above.
对故事正文应用了许多“搜索并替换”语句;您上面看到的只是一小部分。
The application has great search-and-replace functionality, including the ability to search and replace by regular expressions.
应用程序具有很好包括能够搜索和替换由正则表达式的搜索和替换功能。
If problems like this occur, performing a one-by-one search-and-replace function might still be the fastest method to remove these tags.
如果发生这种问题,可以逐个执行搜索替换功能,这仍然是移除标记的最快捷的方法。
For the next article, we'll look into the advanced features of this framework that provide search-and-replace techniques for editing bytecode.
对于下一篇文章,我们将探讨这个框架的高级特性,这些特性提供用于编辑字节代码的查找和替换技术。
Many of the tools support the notion of "profiles" or similar mechanisms for varying build details, and if not they all offer hooks to add in your own search-and-replace functionality.
很多工具都支持“profile”这个概念或类似区分build细节的机制,并且如果没提供这类机制的话也提供了让你加入自己的搜索替换功能的钩子。
The final step is to perform a search-and-replace operation on the original body content submitted by the user, replacing each URL with either the corresponding HTML embed code or HTML hyperlink.
最后一步是在用户提交的原始内容上执行搜索和替换操作,用对应的HTML嵌入代码或 HTML 超链接替换每个URL。
In most cases, the only way to identify all of these instances in all the specification documents is to do a textual search and replace on all the relevant documents.
在大多数情况下,在所有的规范文档中确定所有这些实例的唯一方法是进行本文搜索,并在所有相关文档中进行替换。
With a simple search and replace you have to decide manually which occurrences should be renamed.
用简单地查找和替换,你必须手工决定应该重命名哪一个变量。
We will now put this concept into practice by writing a simple mediation handler to modify messages; the mediation will perform a simple search and replace of text messages.
现在,我们通过编写一个用于修改消息的简单中介处理程序将这一概念付诸实践;我们使用该中介来执行一个简单的文本消息的搜索和替换操作。
It adds many exciting convenience layer APIs, including the text navigation API, with which users are able to manipulate the text, image, table features and easily search and replace text content.
它增加了许多令人兴奋的便利层api,包括文本导航API。用户可以通过它们操作文本、图像和表格特性,还可以轻松地搜索和替换文本内容。
This way, you can modify the number or string literal in just one place (the value of the field), instead of doing a search and replace throughout your code.
这样,在一个位置(字段的值)就可以实现对所有数字或字符串文字的修改,再也无需在整篇代码中执行查询和替代了。
This makes it very easy to create new source document types or change the presentation format of archetypes without having to search and replace through hundreds of style sheets.
这就使创建新源文档类型或改变原型的表示格式变得非常容易,而无须查找并替换数百个样式表。
The user can browse and search the Intranet shop for alternative products (perhaps while in contact with the customer), and can modify the order to replace or remove the unavailable items.
用户浏览和搜索内部网商店查找替代商品(或许通过与客户沟通确定),可以修改订单,以替代缺货物品或删除此类物品。
At the first look search and replace seems to be a good approach to start, but the names in a program are always in a context, which is very important to understand.
起先,查找并替换看起来是个不错的开始,但是程序中的名字通常是处于一个上下文中的,理解这一点非常重要。
In this case, it is one thing to have to search and replace one word, and another is to have to change a verb tense, which will require changing the whole text.
在这种情况下,一方面要搜索和替换一个字,另一方面就得改变动词的时态,这就需要改变整个文本。
If (and when) the product name gets changed, you only need to update the entity declaration instead of having to search and replace through all of your files (see Listing 9).
当产品名称变化时,我们只需更新实体声明,不必搜索并替代所有文件(参见清单9)。
PHP provides functions to find matches in text, to replace each match with other text (a la search and replace), and to find matches among the elements of a list. The functions are.
PHP提供了用于在文本中查找匹配、将每个匹配替换为其他文本(la搜索和替换)以及在列表的元素之中查找匹配的函数。
To locate the code that needs to be modified, you can search for getPassword4CMFromCredential and replace the related code with the following
为了定位需要进行修改的代码,可以搜索getPassword4CMFromCredential,并用下列代码替换相关的代码
In this article, you'll take a quick look at getting text from files and programs, simple transliterations using the tr command, and complex search and replace actions using the sed command.
在本文中,您将简要了解从文件和程序中获得文本、使用tr命令对其进行简单的转换、使用sed命令进行复杂的搜索和替换操作。
Perl's tr statement has a slightly different syntax, more like sed's search and replace expressions.
Perl的tr语句具有不同的语法,它更像sed的搜索和替换表达式。
In fact, the only way to change the module information is to perform a search and replace operation on the actual pickle file itself.
事实上,改变模块信息的唯一办法是对实际的pickle文件本身执行查找和替换操作。
Sed USES regular expression syntax to search for and replace text selectively in the pattern space as well as to control which lines of text should be operated on by sets of editing commands.
Sed使用正则表达式语法在模式空间中搜索并有选择地替换文本,以及决定对哪些文本行应用编辑命令。
Many users try to avoid automated text processing or fake it with "search and replace" in their favorite text editor.
许多用户都试图在他们所喜欢的文本编辑器中避免用自动化的文本处理,或者只是用“查找并替换”这种算不上真正意义上的自动化的文本处理。
Application Developer will remind you with error markers if you forget. Here is Web2.java before the search and replace operation happened.
如果发生了不一致的现象,应用开发工具将标识错误并提醒你更正。
You can search and replace in one or more files or an entire solution for text, code, or symbols.
可以在一个或多个文件,或在整个解决方案中搜索文本、代码或符号并进行替换。
That utility allows to search and replace many strings in thousand and thousand files at one time.
认为,公用事业允许搜索和替换许多弦乐团在仟元及数千名的文件在同一时间。
A typical search and replace operation requires you to provide the exact text that matches the intended search result.
典型的搜索和替换操作要求您提供与预期的搜索结果匹配的确切文本。
应用推荐