Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 2,043 for

regex

(0.06 sec)
  1. Byt ut text i en arbetsbok med reguljära uttryc...

    Byt ut text i en arbetsbok med reguljära uttryck med Aspose.Cells i C++....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/sv/cpp/replace-text-in-a-...
  2. 隣接する2つのセルを結合|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/ja/net/merge-two-adjacent...
  3. Combinar dos celdas adyacentes|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/es/net/merge-two-adjacent...
  4. Çalışma kitabındaki metni Regular Expression ku...

    Aspose.Cells kullanarak C++ ile Çalışma kitabındaki metni Regular Expression kullanarak değiştirin....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/tr/cpp/replace-text-in-a-...
  5. Konvertálja a bekezdést felsoroláspontokká a Wo...

    Konvertálja a bekezdést felsoroláspontokká a Wordben C# használatával. Kapsz IDE beállításokat és egy mintakódot, amellyel a szöveget felsoroláspontokká alakíthatod a Wordben C# használatával....ossza fel karakterláncokra a Regex.Split() metódussal Hozza létre...típusát négyzetre Elemezze át a Regex segítségével létrehozott karakterláncok...

    kb.aspose.com/hu/words/net/convert-paragraph-in...
  6. Convertir un paragraphe en puces dans Word en u...

    Convertissez un paragraphe en puces dans Word en utilisant C#. Vous obtiendrez les paramètres IDE et un exemple de code pour convertir du texte en puces dans Word en utilisant C#....chaînes à l’aide de la méthode Regex.Split() Créez le fichier Word...tableau de chaînes créé avec Regex et écrivez chaque chaîne dans...

    kb.aspose.com/fr/words/net/convert-paragraph-in...
  7. 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....
  8. 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....
  9. Převést odstavec na odrážky ve Wordu pomocí C#

    Převeďte odstavec na odrážky ve Wordu pomocí C#. Získáte nastavení IDE a ukázkový kód pro převod textu na odrážky ve Wordu pomocí C#....jej na řetězce pomocí metody Regex.Split(). Vytvořte výstupní soubor...řetězců vytvořených pomocí Regex a zapište každý řetězec do seznamu...

    kb.aspose.com/cs/words/net/convert-paragraph-in...
  10. 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-...