Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 2,319 for

regex

(0.1 sec)
  1. Replacer.Replace | Aspose.Words för .NET

    Ersätt enkelt alla förekomster av en specifik sträng i din indatafil med metoden Replacer. Effektivisera din textredigering idag!...Words Replace( string, string, Regex, string ) Ersätter alla förekomster...inputFileName , string outputFileName , Regex pattern , string replacement...

    reference.aspose.com/words/sv/net/aspose.words....
  2. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    اكتشف خاصية UseSubstitutions في FindReplaceOptions. فعّل الاستبدالات بسهولة في أنماط الاستبدال لتحسين مرونة تحرير النصوص...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/ar/net/aspose.words....
  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....hur man ersätter sträng med regex i dokumentet med hjälp av kontext...sätt att ersätta strängar med regex i dokumentet: string doc = MyDir...

    reference.aspose.com/words/sv/net/aspose.words....
  4. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    Scopri la proprietà UseSubstitutions in FindReplaceOptions. Abilita facilmente le sostituzioni nei modelli di sostituzione per una maggiore flessibilità nella modifica del testo...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/it/net/aspose.words....
  5. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    Upptäck egenskapen UseSubstitutions i FindReplaceOptions. Aktivera enkelt substitutioner i ersättningsmönster för förbättrad flexibilitet vid textredigering...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/sv/net/aspose.words....
  6. ReplacerContext.SetReplacement | Aspose.Words ل...

    قم بتعزيز عمليات البحث والاستبدال باستخدام طريقة ReplacerContext SetReplacement، مما يسمح بإدارة النمط والاستبدال بشكل سلس لتحقيق الكفاءة....Words SetReplacement( Regex, string ) يحدد النمط والاستبدال...public void SetReplacement ( Regex pattern , string replacement...

    reference.aspose.com/words/ar/net/aspose.words....
  7. ReplacerContext Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words LowCode ReplacerContext لإجراء عمليات بحث واستبدال سلسة، مما يعزز أتمتة مستنداتك وكفاءتها....طُرق اسم وصف SetReplacement ( Regex, string ) يحدد النمط والاستبدال...يوضح كيفية استبدال السلسلة بـ regex في المستند باستخدام السياق....

    reference.aspose.com/words/ar/net/aspose.words....
  8. Replacer class | Aspose.Words for Python

    aspose.words.lowcode.Replacer class. Provides methods intended to find and replace text in the document.... replace_regex(input_file_name, output_file_name...regular expression. replace_regex(input_file_name, output_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Obtener un encabezado de columna|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.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/es/net/get-a-column-heading/
  10. Получить заголовок столбца|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.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/ru/net/get-a-column-heading/