Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,325 for

regex

(0.46 sec)
  1. Unire due celle adiacenti|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/it/net/merge-two-adjacent...
  2. آرشیوها

    آرشیوها...در کد این است که شما جستجوی regex را فعال می کنید و به جای متن...ساده در متد Workbook.replace، regex را ارائه می کنید. مراحل زیر...

    blog.aspose.com/fa/cells/find-and-replace-text-...
  3. HtmlFixedPageHorizontalAlignment Enum | Aspose....

    اكتشف خاصية Aspose.Words.HtmlFixedPageHorizontalAlignment للتحكم الدقيق في محاذاة الصفحات في مستندات HTML. حسّن تنسيق مستنداتك اليوم!... True ( Regex . Match ( outDocContents , "[...HtmlFixedPageHorizon . Left : Assert . True ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/ar/net/aspose.words....
  4. FindReplaceOptions | Aspose.Words per .NET

    Scopri il costruttore FindReplaceOptions per inizializzare facilmente una nuova istanza con impostazioni predefinite, migliorando le funzionalità di ricerca e sostituzione...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

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

    Archivio...abiliterai la ricerca regex e fornirai regex anziché testo normale...e sostituzione utilizzando regex. Carica il file Excel usando...

    blog.aspose.com/it/cells/find-and-replace-text-...
  6. Arsip

    Arsip...mengaktifkan pencarian regex dan memberikan regex sebagai ganti teks...find and replace menggunakan regex. Muat file Excel menggunakan...

    blog.aspose.com/id/cells/find-and-replace-text-...
  7. Calculer la somme d une plage de cellules|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Regex regex = new Regex ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/fr/net/calculate-the-sum-...
  8. Beräkna summan av ett cellområde|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Regex regex = new Regex ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/sv/net/calculate-the-sum-...
  9. Calcular la suma de un rango de celdas|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Regex regex = new Regex ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/es/net/calculate-the-sum-...
  10. Konvertera stycke till punktpunkter i Word med C#

    Konvertera stycke till punktpunkter i Word med C#. Du får IDE-inställningar och en exempelkod för att konvertera text till punktpunkter i Word med C#....det i strängar med metoden Regex.Split(). Skapa den utgående...av strängar som skapats med Regex och skriv varje sträng till...

    kb.aspose.com/sv/words/net/convert-paragraph-in...