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

regex

(0.09 sec)
  1. ReplacerContext Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words LowCode ReplacerContext per operazioni di ricerca e sostituzione fluide, migliorando l'automazione e l'efficienza dei tuoi documenti....Descrizione SetReplacement ( Regex, string ) Imposta il modello...+ "Footer.docx" ; Regex pattern = new Regex ( "gr(a|e)y" ); string...

    reference.aspose.com/words/it/net/aspose.words....
  2. 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....
  3. 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....
  4. أرشيف

    أرشيف...البحث عن نص واستبداله باستخدام Regex البحث عن نص واستبداله في رأس...المستند doc.Range.Replace(new Regex("[B|S|M]ad"), "[replaced]",...

    blog.aspose.com/ar/words/find-and-replace-text-...
  5. Sammanfoga två intilliggande celler|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/sv/net/merge-two-adjacent...
  6. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Scopri la proprietà FindReplaceOptions di ReplacerContext per migliorare la funzionalità di ricerca e sostituzione con opzioni personalizzabili per risultati migliori....docx" ; Regex pattern = new Regex ( "gr(a|e)y" ); string...documenti dal flusso: Regex pattern = new Regex ( "gr(a|e)y" ); string...

    reference.aspose.com/words/it/net/aspose.words....
  7. 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-...
  8. 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-...
  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. Konvertuokite pastraipą į ženklelius programoje...

    Konvertuokite pastraipą į Word ženklelius naudodami C#. Gausite IDE nustatymus ir pavyzdinį kodą, kad konvertuotumėte tekstą į ženklelius programoje Word naudodami C#....padalykite į eilutes naudodami Regex.Split() metodą Sukurkite išvesties...eilučių, sukurtų naudojant Regex, masyvą ir kiekvieną eilutę...

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