Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 2,320 for

regex

(0.42 sec)
  1. 搜索

    搜索...Replace(new Regex("[B|S|M]ad"), "[replaced]",...創建正則表達式並將其傳遞給 Document.Range.Replace(Regex, string, FindReplaceOptions)...

    blog.aspose.com/zh-hant/words/find-and-replace-...
  2. Save unauthorized character - Free Support Foru...

    Hello. I want to generate an Excel file using the following code: var wb = new Workbook(); wb.save(@"D:\Temp\[2025_05_20-12_03_00_496] test.xlsx"); After what the file is generated but It’s cannot be opened. image.pn…...regex.Pattern INVALID_CHARS_PATTERN = java.util.regex.Pattern...

    forum.aspose.com/t/save-unauthorized-character/...
  3. FindReplaceOptions.Direction | Aspose.Words per...

    Scopri la proprietà Direzione di FindReplaceOptions per personalizzare la funzione di sostituzione. Scegli tra Avanti e Indietro per risultati ottimali....ricercare utilizzando uno schema regex. // Inserisci una di queste...doc . Range . Replace ( new Regex ( @"Match \d*" ), "Replacement"...

    reference.aspose.com/words/it/net/aspose.words....
  4. FindReplaceDirection Enum | Aspose.Words per .NET

    Scopri l'enum FindReplaceDirection di Aspose.Words per una sostituzione efficiente del testo. Ottimizza l'elaborazione dei tuoi documenti con un controllo preciso della direzione....ricercare utilizzando uno schema regex. // Inserisci una di queste...doc . Range . Replace ( new Regex ( @"Match \d*" ), "Replacement"...

    reference.aspose.com/words/it/net/aspose.words....
  5. Поиск и Извлечение Текста со Страниц PDF|Aspose...

    Эта статья объясняет, как использовать различные инструменты для поиска и извлечения текста из Aspose.PDF для .NET...." ); Поиск текста на основе Regex и добавление гиперссылки Если...Поиск текста с помощью .NET Regex Aspose.PDF для .NET предоставляет...

    docs.aspose.com/pdf/ru/python-net/search-and-ge...
  6. 記録

    記録...Replace(new Regex("[B|S|M]ad"), "[replaced]",...それを Document.Range.Replace(Regex、string, FindReplaceOptions)...

    blog.aspose.com/ja/words/find-and-replace-text-...
  7. プロジェクトの操作 | Aspose.Tasks ドキュメント

    Aspose.Tasks for .NET を使用してプロジェクトを作成、編集、保存する方法について説明します。... ReadToEnd (); 16 Regex regex = new Regex( "PT(\\d+)H(\\d+)M(\\d+)S"..."PT(\\d+)H(\\d+)M(\\d+)S" ); 17 return regex. Replace (xml, "**$1Hrs$2Mins$3Secs**"...

    docs.aspose.com/tasks/ja/net/creating-reading-a...
  8. Архів

    Архів...замінити текст за допомогою RegEx options = aw.replacing.FindReplaceOptions()...FindReplaceOptions() doc.range.replace_regex("[s|m]ad", "bad", options) #...

    blog.aspose.com/uk/words/find-and-replace-text-...
  9. FindReplaceOptions.Direction | Aspose.Words för...

    Upptäck egenskapen FindReplaceOptions Direction för att anpassa din ersättningsfunktion. Välj mellan Framåt och Bakåt för optimala resultat....söka efter med hjälp av ett regex-mönster. // Placera en av dessa...doc . Range . Replace ( new Regex ( @"Match \d*" ), "Replacement"...

    reference.aspose.com/words/sv/net/aspose.words....
  10. Surligner du texte dans PowerPoint à l'aide de ...

    Mettez en surbrillance du texte dans PowerPoint à l'aide de Java. Obtenez les détails pour définir l'IDE, une liste d'étapes et un exemple de code à mettre en évidence dans PowerPoint à l'aide de Java....y compris l’utilisation de Regex pour mettre en évidence le texte...texte à l’aide des expressions Regex. Ce didacticiel nous a guidé...

    kb.aspose.com/fr/slides/java/highlight-text-in-...