Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 2,320 for

regex

(0.1 sec)
  1. HtmlOfficeMathOutputMode Enum | Aspose.Words fö...

    Upptäck hur Aspose.Words.Saving.HtmlOfficeMathOutputMode förbättrar OfficeMath-export till HTML, MHTML och EPUB för sömlös dokumentkonvertering.... True ( Regex . Match ( outDocContents , "<p.... MathML : Assert . True ( Regex . Match ( outDocContents , "<p...

    reference.aspose.com/words/sv/net/aspose.words....
  2. Procurar

    Procurar...docx") # replace text using RegEx options = aw.replacing.FindReplaceOptions()...FindReplaceOptions() doc.range.replace_regex("[s|m]ad", "bad", options) #...

    blog.aspose.com/pt/words/find-and-replace-text-...
  3. C# を使用して Word の段落を箇条書きに変換する

    C# を使用して Word で段落を箇条書きに変換します。 C# を使用して Word でテキストを箇条書きに変換するための IDE 設定とサンプル コードを入手します。...ファイルを Document オブジェクトにロードします Regex.Split() メソッドを使用して完全なドキュメントを文字列に変換し、文字列に分割します。...フォントにリンクします 箇条書きタイプを正方形に設定します Regex で作成された文字列の配列を解析し、各文字列を箇条書きリストに書き込みます。...

    kb.aspose.com/ja/words/net/convert-paragraph-in...
  4. Перетворення абзацу на маркери в Word за допомо...

    Перетворення абзацу на маркери в Word за допомогою C#. Ви отримаєте налаштування IDE та зразок коду для перетворення тексту на маркери у Word за допомогою C#....на рядки за допомогою методу Regex.Split(). Створіть вихідний файл...речень за допомогою методу Regex.Split(), після чого створюється...

    kb.aspose.com/uk/words/net/convert-paragraph-in...
  5. Sostituisci testo in un libro di lavoro usando ...

    Sostituisci testo in un libro di lavoro usando espressioni regolari con Aspose.Cells in C++....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/it/cpp/replace-text-in-a-...
  6. Text in einer Arbeitsmappe mit regulärem Ausdru...

    Text in einer Arbeitsmappe mit regulärem Ausdruck mit Aspose.Cells in C++ ersetzen....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/de/cpp/replace-text-in-a-...
  7. Trabajar con proyectos | Documentación de Aspos...

    Aprenda a crear, editar y guardar proyectos con 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/es/net/creating-reading-a...
  8. Робота з проєктами | Документація 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/uk/net/creating-reading-a...
  9. Работа с проектами | Документация Aspose.Tasks

    Узнайте, как создавать, редактировать и сохранять проекты с помощью Aspose.Tasks для .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/ru/net/creating-reading-a...
  10. Range.Replace | Aspose.Words per .NET

    Sostituisci senza sforzo tutte le istanze di una stringa di caratteri con il metodo Range Replace. Migliora l'elaborazione del testo con questo potente strumento!...Words Replace( Regex, string ) Sostituisce tutte...stringa. public int Replace ( Regex pattern , string replacement...

    reference.aspose.com/words/it/net/aspose.words/...