Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,374 for

regex

(0.09 sec)
  1. Archiv

    Archiv...Arbeitsmappe mit regulären Ausdrücken (Regex) in C# API zum Suchen und Ersetzen...sowie regulären Ausdrücken (Regex). Sie können die API entweder...

    blog.aspose.com/de/cells/find-and-replace-text-...
  2. Ubah Paragraf menjadi Poin-poin di Word menggun...

    Ubah paragraf menjadi poin-poin di Word menggunakan C#. Anda akan mendapatkan pengaturan IDE dan contoh kode untuk mengonversi teks menjadi poin-poin di Word menggunakan C#....menjadi string menggunakan metode Regex.Split() Buat file Word keluaran...array string yang dibuat dengan Regex dan tulis setiap string ke daftar...

    kb.aspose.com/id/words/net/convert-paragraph-in...
  3. C# kullanarak Paragrafı Word'de Madde İşaretler...

    C# kullanarak paragrafı Word'deki madde işaretlerine dönüştürün. C# kullanarak Word'de metni madde işaretlerine dönüştürmek için IDE ayarlarına ve örnek bir koda sahip olacaksınız....tamamını bir dizeye dönüştürün ve Regex.Split() yöntemini kullanarak...türünü kare olarak ayarlayın Regex ile oluşturulan dize dizisini...

    kb.aspose.com/tr/words/net/convert-paragraph-in...
  4. آرشیوها

    آرشیوها...در کد این است که شما جستجوی regex را فعال می کنید و به جای متن...ساده در متد Workbook.replace، regex را ارائه می کنید. مراحل زیر...

    blog.aspose.com/fa/cells/find-and-replace-text-...
  5. 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...
  6. 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....
  7. 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....
  8. حساب مجموع مجموعة من الخلايا|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-...
  9. 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-...
  10. Вычислить сумму диапазона ячеек|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-...