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

regex

(1 sec)
  1. 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...
  2. 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....
  3. 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....
  4. 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....
  5. 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....
  6. 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....
  7. ReplacerContext.SetReplacement | Aspose.Words f...

    Förbättra dina sök- och ersättningsåtgärder med metoden ReplacerContext SetReplacement, vilket möjliggör sömlös hantering av mönster och ersättningar för effektivitet....Words SetReplacement( Regex, string ) Ställer in mönster...public void SetReplacement ( Regex pattern , string replacement...

    reference.aspose.com/words/sv/net/aspose.words....
  8. ابحث عن عنوان العمود|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/ar/net/get-a-column-heading/
  9. Få en kolumnrubrik|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/sv/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/ja/net/get-a-column-heading/