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

regex

(0.07 sec)
  1. Replacer.Create | Aspose.Words per .NET

    Scopri come il metodo Replacer Create genera una nuova istanza dell'efficiente processore replacer per una trasformazione dei dati senza interruzioni....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....
  2. 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-...
  3. ค้นหา

    ค้นหา...คุณจะเปิดใช้งานการค้นหา regex และระบุ regex แทนข้อความธรรมดาในเมธอด...นินการค้นหาและแทนที่โดยใช้ regex โหลดไฟล์ Excel โดยใช้คลาส Workbook...

    blog.aspose.com/th/cells/find-and-replace-text-...
  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. 隣接する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...
  7. 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...
  8. Zusammenführen von zwei benachbarten Zellen|Doc...

    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/de/net/merge-two-adjacent...
  9. دمج خليتين متجاورتين|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/ar/net/merge-two-adjacent...
  10. FindReplaceOptions | Aspose.Words för .NET

    Upptäck FindReplaceOptions-konstruktorn för att enkelt initiera en ny instans med standardinställningar, vilket förbättrar din sök- och ersättningsfunktionalitet...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

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