Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 2,226 for

regex

(0.1 sec)
  1. Online ODT Text Search or Build ODT Search Soft...

    Free online app for content search in ODT file. Python API code for any ODT file text search application....replace_regex for regular expression along...

    products.aspose.com/total/python-net/search/odt/
  2. ReplacingArgs.GroupIndex | Aspose.Words لـ .NET

    تعرف على كيفية استخدام خاصية GroupIndex في ReplacingArgs لتحديد المجموعات الملتقطة واستبدالها بسهولة في المطابقات باستخدام السلاسل المخصصة لديك.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/ar/net/aspose.words....
  3. ReplacingArgs.GroupIndex | Aspose.Words per .NET

    Scopri come utilizzare la proprietà GroupIndex in ReplacingArgs per identificare e sostituire facilmente i gruppi acquisiti nelle corrispondenze con le tue stringhe personalizzate.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/it/net/aspose.words....
  4. Redact DOCX Document Online or using Python | p...

    Open and redact DOCX document online via app for free. Python API code to search and replace DOCX text with regular expression....replace_regex to search and replace Save the...

    products.aspose.com/total/python-net/redact/docx/
  5. Redact WORD Document Online or using Python | p...

    Open and redact WORD document online via app for free. Python API code to search and replace WORD text with regular expression....replace_regex to search and replace Save the...

    products.aspose.com/total/python-net/redact/word/
  6. FieldInclude Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Fields.FieldInclude لتنفيذ حقول INCLUDE بسلاسة في مستنداتك، مما يعزز الأتمتة والكفاءة.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/ar/net/aspose.words....
  7. ReplacingArgs.MatchOffset | Aspose.Words per .NET

    Scopri la proprietà MatchOffset di ReplacingArgs e trova facilmente la posizione iniziale basata su zero delle corrispondenze nei tuoi nodi per una gestione efficiente dei dati.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/it/net/aspose.words....
  8. PDF에서 링크 주석 사용하기|Aspose.PDF for .NET

    Aspose.PDF for .NET을 사용하여 PDF 문서에서 링크 주석을 추가, 가져오기 및 삭제할 수 있습니다....fragments var regEx1 = new Regex ( @"Link Annotation Demo \d"...\d" ); var regEx2 = new Regex ( @"Sample text \d" ); // Create...

    docs.aspose.com/pdf/ko/net/link-annotations/
  9. NodeList Class | Aspose.Words لـ .NET

    استكشف فئة Aspose.Words.NodeList، الحل الأمثل لإدارة نتائج استعلامات XPath بكفاءة وتحسين قدرات معالجة المستندات....private static readonly Regex gRegex = new Regex ( "\\S+" + // كلمة...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. Rechercher et remplacer en C++|Aspose.Words pou...

    Recherchez une chaîne ou un modèle d'expression régulière dans votre document et remplacez-le par le texte souhaité à l'aide de C++....Régulières Une expression régulière (regex) est un motif qui décrit une...en définissant le paramètre Regex comme modèle d’expression régulière...

    docs.aspose.com/words/fr/cpp/find-and-replace/