Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,224 for

regex

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

    اكتشف كيف تقوم طريقة Replacer Create بإنشاء مثيل جديد لمعالج الاستبدال الفعال لتحويل البيانات بسلاسة....يوضح كيفية استبدال السلسلة بـ regex في المستند باستخدام السياق....عدة طرق لاستبدال السلسلة بـ regex في المستند: string doc = MyDir...

    reference.aspose.com/words/ar/net/aspose.words....
  2. ReplacerContext.SetReplacement | Aspose.Words p...

    Ottimizza le operazioni di ricerca e sostituzione con il metodo SetReplacement di ReplacerContext, che consente una gestione fluida di modelli e sostituzioni per un'efficienza ottimale....Words SetReplacement( Regex, string ) Imposta il modello...public void SetReplacement ( Regex pattern , string replacement...

    reference.aspose.com/words/it/net/aspose.words....
  3. FindReplaceOptions.LegacyMode | Aspose.Words fö...

    Upptäck egenskapen FindReplaceOptions LegacyMode för att enkelt växla mellan den klassiska sök/ersätt-algoritmen för förbättrad funktionalitet och en smidig användarupplevelse...." ); 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....
  4. Replace text in a workbook using Regular Expres...

    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_key property of the ReplaceOptions...Setting the ReplaceOptions.regex_key to true indicates that the...

    docs.aspose.com/cells/python-net/replace-text-i...
  5. استبدال النص في دفتر العمل باستخدام التعبير الع...

    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_key من فئة ReplaceOptions .... تعيين ReplaceOptions.regex_key إلى true يشير إلى أن الكلمة المفتاحية...

    docs.aspose.com/cells/ar/python-net/replace-tex...
  6. ค้นหา

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

    blog.aspose.com/th/cells/find-and-replace-text-...
  7. Замена текста в книге с использованием регулярн...

    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_key класса ReplaceOptions .... Установка ReplaceOptions.regex_key в значение true указывает...

    docs.aspose.com/cells/ru/python-net/replace-tex...
  8. FindReplaceOptions.LegacyMode | Aspose.Words pe...

    Scopri la proprietà LegacyMode di FindReplaceOptions per attivare/disattivare facilmente l'algoritmo classico di ricerca/sostituzione, per funzionalità avanzate e un'esperienza utente fluida...." ); 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. 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....
  10. 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...