Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 9,076 for

replacement

(0.04 sec)
  1. FindReplaceOptions | Aspose.Words لـ .NET

    اكتشف منشئ FindReplaceOptions لتتمكن من تهيئة مثيل جديد بسهولة باستخدام الإعدادات الافتراضية، مما يعزز وظيفة البحث والاستبدال لديك.... Replace ( regex , @"$2 took money from...مساحة الاسم Aspose.Words.Replacing المجسم Aspose.Words FindReplaceOptions(...

    reference.aspose.com/words/ar/net/aspose.words....
  2. ReplacerContext Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words LowCode ReplacerContext لإجراء عمليات بحث واستبدال سلسة، مما يعزز أتمتة مستنداتك وكفاءتها....Regex ( "gr(a|e)y" ); string replacement = "lavender" ; ReplacerContext...SetReplacement ( pattern , replacement ); replacerContext . FindReplaceOptions...

    reference.aspose.com/words/ar/net/aspose.words....
  3. ReplacerContext Class | Aspose.Words för .NET

    Upptäck Aspose.Words LowCode ReplacerContext-klassen för sömlösa sök- och ersättningsåtgärder, vilket förbättrar din dokumentautomation och effektivitet....Regex ( "gr(a|e)y" ); string replacement = "lavender" ; ReplacerContext...SetReplacement ( pattern , replacement ); replacerContext . FindReplaceOptions...

    reference.aspose.com/words/sv/net/aspose.words....
  4. ReplacingArgs.group_index property | Aspose.Wor...

    ReplacingArgs.group_index property. Identifies, by index, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the [ReplacingArgs.Replacement](../Replacement/) string....Replacing.ReplacingArgs.Match that is to be replaced with...with the ReplacingArgs.replacement string. @property def group_index...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ReplacingArgs.group_name property | Aspose.Word...

    ReplacingArgs.group_name property. Identifies, by name, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the [ReplacingArgs.Replacement](../Replacement/) string....Replacing.ReplacingArgs.Match that is to be replaced with...with the ReplacingArgs.replacement string. @property def group_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Redact PPTX Presentation Files using Python | p...

    Python source code to find and replace text in PPTX Presentation....own Python apps to find and replace text in presentation files...APIs. Learn how to search and replace text in content, comments or...

    products.aspose.com/slides/python-net/redaction...
  7. Redact ODP Presentation Files using Python | pr...

    Python source code to find and replace text in ODP Presentation....own Python apps to find and replace text in presentation files...APIs. Learn how to search and replace text in content, comments or...

    products.aspose.com/slides/python-net/redaction...
  8. FindReplaceOptions.match_case property | Aspose...

    FindReplaceOptions.match_case property. True indicates case-sensitive comparison, false indicates case-insensitive comparison....when performing a find-and-replace operation. doc = aw . Document...find-and-replace process. options = aw . replacing . FindReplaceOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 使用 Node.js通过 C++ 中的正则表达式替换工作簿中的文本|Documentation

    在 Node.js 通过 C++ 中使用正则表达式替换工作簿中的文本。...const replace = new AsposeCells . ReplaceOptions (); replace . setCaseSensitive...setCaseSensitive ( false ); replace . setMatchEntireCellCo ( false...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  10. 在 Python 中查找和替换|Python via .NET 格式的 Aspose.Words

    在文档中查找字符串或正则表达式模式,然后使用 Python 将其替换为所需的文本。... 查找和替换 {#ways-to-find-and-replace} 的方法 Aspose.Words 提供了两种应用查找和替换操作的方法,方法如下:...Aspose.Words 通过 aspose.words.replacing 模块提供查找和替换功能。您可以在使用 FindReplaceOptions...

    docs.aspose.com/words/zh/python-net/find-and-re...