Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 2,374 for

regex

(0.21 sec)
  1. Usando Anotaciones de Enlace en PDF|Aspose.PDF ...

    Aspose.PDF for .NET te permite Agregar, Obtener y Eliminar Anotaciones de Enlace de tu documento PDF....fragments var regEx1 = new Regex ( @"Link Annotation Demo \d"...\d" ); var regEx2 = new Regex ( @"Sample text \d" ); // Create...

    docs.aspose.com/pdf/es/net/link-annotations/
  2. Rechercher et remplacer dans C#|Aspose.Words po...

    Recherchez un modèle de chaîne ou 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 modèle qui décrit une...en définissant le paramètre Regex comme modèle d’expression régulière...

    docs.aspose.com/words/fr/net/find-and-replace/
  3. یافتن و جایگزینی متن در Excel با استفاده از Java

    این مقاله را دنبال کنید تا متن را در Excel با استفاده از Java پیدا کرده و جایگزین کنید. این مقاله شامل تمام جزئیات برای تنظیم IDE، فهرستی از مراحل و یک کد نمونه برای پیاده‌سازی یافتن و جایگزینی متن در Excel با Java است....جستجوی مقادیر ثابت، از کلید Regex برای جستجوی متن استفاده کنید،...

    kb.aspose.com/fa/cells/java/find-and-replace-te...
  4. 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/
  5. 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....
  6. ReplacingArgs.GroupIndex | Aspose.Words لـ .NET

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

    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. FieldInclude Class | Aspose.Words لـ .NET

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

    reference.aspose.com/words/ar/net/aspose.words....
  9. ReplacingArgs.GroupName | Aspose.Words för .NET

    Upptäck hur du effektivt använder egenskapen GroupName för att ersätta infångade grupper i dina matchningar med anpassade strängar. Förbättra dina färdigheter i strängmanipulation!... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/sv/net/aspose.words....
  10. Daten finden oder suchen|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....mit regulären Ausdrücken: die Regex-Funktion Ein regulärer Ausdruck...

    docs.aspose.com/cells/de/java/find-or-search-data/