Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 2,341 for

regex

(0.54 sec)
  1. FieldImport Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Fields.FieldImport، المصممة لتبسيط معالجة المستندات من خلال تنفيذ حقل IMPORT بكفاءة لتحسين الإنتاجية.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/ar/net/aspose.words....
  2. البحث واستخراج النص من صفحات PDF|Aspose.PDF لـ ...

    توضح هذه المقالة كيفية استخدام أدوات مختلفة للبحث واستخراج النص من Aspose.PDF for .NET....NET Regex يوفر Aspose.PDF لـ .NET القدرة...المستندات باستخدام خيار .NET Regex القياسي. يمكن استخدام TextFragmentAbsorber...

    docs.aspose.com/pdf/ar/python-net/search-and-ge...
  3. How to remove unknown charater/symbol from Aspo...

    Hi Team, How to remove unknown charater/symbol from Aspose word template generated PDF report (using LINQ). In word, the report working fine but in pdf □ is showing instead s in “1st Open Terminal”. For reference attac…...Regex(@"[ˢᵗᵈᵉºª\u00A0]"), // "", //...System.Text.RegularExpressions.Regex(@"[\p{No}\p{Sk}\p{Cf}\u00A0]")...

    forum.aspose.com/t/how-to-remove-unknown-charat...
  4. 記録

    記録...replace_regex(string, string, FindReplace...docx") # replace text using RegEx options = aw.replacing.FindReplaceOptions()...

    blog.aspose.com/ja/words/find-and-replace-text-...
  5. ארכיון

    ארכיון...והחלף טקסט ב-Excel באמצעות Regex Python API לאיתור והחלפה של...והחלף טקסט ב-Excel באמצעות Regex # אתה יכול גם למצוא ולהחליף...

    blog.aspose.com/he/cells/find-and-replace-text-...
  6. أرشيف

    أرشيف...الكلمات المتشابهة بناءً على نمط Regex في Word DOC / DOCX البحث عن...هذه الحالات ، يمكنك تحديد نمط regex للبحث عن واستبدال كل تكرارات...

    blog.aspose.com/ar/words/find-and-replace-text-...
  7. IReplacingCallback Interface | Aspose.Words per...

    Migliora l'elaborazione dei tuoi documenti con l'interfaccia IReplacingCallback di Aspose.Words. Crea metodi di ricerca e sostituzione personalizzati per risultati su misura.... Replace ( new Regex ( "(header|footer)" ), "" ,...doc . Range . Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/it/net/aspose.words....
  8. IReplacingCallback Interface | Aspose.Words för...

    Förbättra din dokumenthantering med Aspose.Words IReplacingCallback-gränssnitt. Skapa anpassade sök- och ersättningsmetoder för skräddarsydda resultat.... Replace ( new Regex ( "(header|footer)" ), "" ,...doc . Range . Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/sv/net/aspose.words....
  9. IReplacingCallback Interface | Aspose.Words لـ ...

    حسّن معالجة مستنداتك باستخدام واجهة IReplacingCallback في Aspose.Words. أنشئ طرق بحث واستبدال مخصصة للحصول على نتائج مُخصصة.... Replace ( new Regex ( "(header|footer)" ), "" ,...doc . Range . Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/ar/net/aspose.words....
  10. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...visibleLen; var isSymbolFirst = Regex.IsMatch(text, @"^[\p{P}\p{S}]"...startsWithWord = Regex.IsMatch(lineText, @"^" + Regex.Escape(startWord)...

    forum.aspose.com/t/words-how-to-obtain-data-for...