Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 13,178 for

replacement

(0.16 sec)
  1. آرشیوها

    آرشیوها... Find and Replace یک ویژگی کاملا مفید MS Word...استفاده از روش Document.Range.Replace(string, string, FindReplaceOptions)...

    blog.aspose.com/fa/words/find-and-replace-text-...
  2. Reemplazar texto Regex|Aspose.PDF for Python vi...

    En este ejemplo, todos los números de cuatro dígitos en el documento se reemplazan con el marcador "[NUMBER]". Esto es útil para ocultar datos sensibles, normalizar contenido o anonimizar documentos....habilitar el soporte de regex en ‘replace_text_strategy’, puedes coincidir..., initialize_data_dir def replace_text_regex ( infile , outfile...

    docs.aspose.com/pdf/es/python-net/replace-text-...
  3. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Upptäck egenskapen FindReplaceOptions i ReplacerContext för att förbättra din sök- och ersättningsfunktionalitet med anpassningsbara alternativ för bättre resultat....Regex ( "gr(a|e)y" ); string replacement = "lavender" ; ReplacerContext...SetReplacement ( pattern , replacement ); replacerContext . FindReplaceOptions...

    reference.aspose.com/words/sv/net/aspose.words....
  4. FindReplaceOptions.findWholeWordsOnly property ...

    FindReplaceOptions.findWholeWordsOnly property. True indicates the oldValue must be a standalone word....standalone word-only find-and-replace operations. let doc = new aw...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FindReplaceOptions.matchCase property | Aspose....

    FindReplaceOptions.matchCase property. True indicates case-sensitive comparison, false indicates case-insensitive comparison....when performing a find-and-replace operation. let doc = new aw...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 档案

    档案...replace(String, String, ReplaceOptions)...Workbook("Excel.xlsx"); ReplaceOptions replace = new ReplaceOptions(); //...

    blog.aspose.com/zh/cells/find-and-replace-text-...
  7. Remplacer du texte dans un classeur en utilisan...

    Remplacer du texte dans un classeur en utilisant Expression Régulière avec Aspose.Cells en C++....Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/fr/cpp/replace-text-in-a-...
  8. ReplacingArgs.GroupIndex | Aspose.Words لـ .NET

    تعرف على كيفية استخدام خاصية GroupIndex في ReplacingArgs لتحديد المجموعات الملتقطة واستبدالها بسهولة في المطابقات باستخدام السلاسل المخصصة لديك....Match الذي سيتم استبداله بـ Replacement سلسلة. public int GroupIndex..."Numbers that the find-and-replace operation will convert to hexadecimal...

    reference.aspose.com/words/ar/net/aspose.words....
  9. 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....essere sostituito con il Replacement stringa. public int GroupIndex..."Numbers that the find-and-replace operation will convert to hexadecimal...

    reference.aspose.com/words/it/net/aspose.words....
  10. 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...."Numbers that the find-and-replace operation will convert to hexadecimal...replacementCount = doc . Range . Replace ( new Regex ( "[0-9]+" ), ""...

    reference.aspose.com/words/it/net/aspose.words....