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

regex

(0.14 sec)
  1. Archiv

    Archiv...Suchen und Ersetzen von Text mit Regex Finden und ersetzen Sie Text...ersetzen doc.Range.Replace(new Regex("[B|S|M]ad"), "[replaced]",...

    blog.aspose.com/de/words/find-and-replace-text-...
  2. Calcola la somma di un intervallo di celle|Docu...

    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/it/net/calculate-the-sum-...
  3. حساب مجموع مجموعة من الخلايا|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/ar/net/calculate-the-sum-...
  4. Вычислить сумму диапазона ячеек|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-...
  5. 隣接する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...
  6. 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...
  7. 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-...
  8. تبدیل پاراگراف به Bullet Point در Word با استفا...

    با استفاده از سی شارپ، پاراگراف را به نقطه گلوله در Word تبدیل کنید. تنظیمات IDE و یک کد نمونه برای تبدیل متن به نقاط گلوله در Word با استفاده از سی شارپ دریافت خواهید کرد....تبدیل کنید و با استفاده از روش Regex.Split() آن را به رشته ها تقسیم...آرایه رشته های ایجاد شده با Regex را تجزیه کنید و هر رشته را در...

    kb.aspose.com/fa/words/net/convert-paragraph-in...
  9. 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....
  10. Преобразувайте абзац в точки в Word с помощта н...

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

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