Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 2,367 for

regex

(0.37 sec)
  1. 記録

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

    blog.aspose.com/ja/words/find-and-replace-text-...
  2. FAQ|Aspose.PDF for Python via .NET

    Di sini Anda dapat menemukan jawaban atas Pertanyaan yang Sering Diajukan untuk perpustakaan Aspose.PDF for Python via .NET....mengimplementasikan pencarian regex untuk TextFragmentAbsorber?... Untuk menggunakan regex dengan `TextFragmentAbsorber` kelas...

    docs.aspose.com/pdf/id/python-net/faq/
  3. أرشيف

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

    blog.aspose.com/ar/words/find-and-replace-text-...
  4. 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....
  5. ארכיון

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

    blog.aspose.com/he/cells/find-and-replace-text-...
  6. Arsip

    Arsip...Kata Serupa berdasarkan Pola Regex di Word DOC/DOCX Temukan dan...Anda dapat menentukan pola regex untuk menemukan dan mengganti...

    blog.aspose.com/id/words/find-and-replace-text-...
  7. Perguntas Frequentes|Aspose.PDF for Python via ...

    Aqui você pode encontrar respostas para Perguntas Frequentes sobre a biblioteca Aspose.PDF for Python via .NET....busca regex para TextFragmentAbsorber? Para usar regex com o...

    docs.aspose.com/pdf/pt/python-net/faq/
  8. FieldInclude.BookmarkName | Aspose.Words لـ .NET

    اكتشف كيفية استخدام خاصية FieldInclude BookmarkName لإدارة الإشارات المرجعية في مستنداتك بسهولة لتحسين التنظيم والكفاءة.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/ar/net/aspose.words....
  9. FieldInclude.SourceFullName | Aspose.Words لـ .NET

    اكتشف كيفية استخدام خاصية FieldInclude SourceFullName لإدارة مواقع المستندات بكفاءة. حسّن سير عملك اليوم!... True ( Regex . Match ( field . GetFieldCode...

    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...