Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,224 for

regex

(0.09 sec)
  1. Вычислить сумму диапазона ячеек|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/ru/net/calculate-the-sum-...
  2. Chercher

    chercher...activerez la recherche de regex et fournirez regex au lieu de texte brut...de remplacement à l’aide de regex. Chargez le fichier Excel à...

    blog.aspose.com/fr/cells/find-and-replace-text-...
  3. ארכיון

    ארכיון... השתמש במחלקה Regex כדי להגדיר את ה-Regex. החלף את המילה הרצויה...System::Text::RegularExpressions::Regex , u"bad", options) שיטת. שמור...

    blog.aspose.com/he/words/Find-and-Replace-Text-...
  4. استبدال النص داخل دفتر العمل باستخدام التعبيرات...

    استبدال النص داخل دفتر العمل باستخدام التعبيرات العادية باستخدام Aspose.Cells في C++....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/ar/cpp/replace-text-in-a-...
  5. آرشیوها

    آرشیوها...جایگزین کنید متن را با استفاده از Regex پیدا و جایگزین کنید متن را در...کنید doc.Range.Replace(new Regex("[B|S|M]ad"), "[replaced]",...

    blog.aspose.com/fa/words/find-and-replace-text-...
  6. Преобразувайте абзац в точки в Word с помощта н...

    Преобразувайте абзац в точки в Word с помощта на C#. Ще получите настройки за IDE и примерен код за преобразуване на текст в точки в Word с помощта на C#....низове с помощта на метода Regex.Split() Създайте изходния файл...масива от низове, създадени с Regex, и запишете всеки низ в списъка...

    kb.aspose.com/bg/words/net/convert-paragraph-in...
  7. 隣接する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...
  8. 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...
  9. 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...
  10. FindReplaceOptions | Aspose.Words لـ .NET

    اكتشف منشئ FindReplaceOptions لتتمكن من تهيئة مثيل جديد بسهولة باستخدام الإعدادات الافتراضية، مما يعزز وظيفة البحث والاستبدال لديك...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/ar/net/aspose.words....