Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 2,368 for

regex

(0.39 sec)
  1. Replace Text Regex|Aspose.PDF for Python via .NET

    In this example, all four-digit numbers in the document are replaced with the placeholder "[NUMBER]". This is useful for masking sensitive data, normalizing content, or anonymizing documents....Replace Text Regex Contents [ Hide ] Regular expressions allow...fixed strings. By enabling regex support in ‘replace_text_strategy’...

    docs.aspose.com/pdf/python-net/replace-text-regex/
  2. TextFragmentAbsorber with TextSearchOptions Reg...

    Hi, I am trying to split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code: var documen…...TextFragmentAbsorber with TextSearchOptions Regex slowly Aspose.PDF Product Family...Document(inputStream); //use regex to split by rule var textFragmentAbsorber...

    forum.aspose.com/t/textfragmentabsorber-with-te...
  3. Cannot find text with Hebrew regex - Free Suppo...

    Hi Team! There is an issue when searching for Hebrew text in PDF with Regex. I have a C# Regex object with a Hebrew pattern and when I use the TextFragmentAbsorber it doesn’t find anything but the attached pdf file cont…...Cannot find text with Hebrew regex Aspose.PDF Product Family aspose-pdf-net...Hebrew text in PDF with regex. I have a C# Regex object with a Hebrew...

    forum.aspose.com/t/cannot-find-text-with-hebrew...
  4. Textabsorber not getting regex right, when havi...

    Hi Team, i’m trying to remove the tags from the document using the attached code. but when trying to add a colon in the tag like below, and modified the Regex as below. the textfragent is not coming. i’ve using the fil…...Textabsorber not getting regex right, when having a : Aspose...like below, and modified the regex as below. the textfragent is...

    forum.aspose.com/t/textabsorber-not-getting-reg...
  5. ReplacerContext.SetReplacement | Aspose.Words f...

    Enhance your find and replace operations with the ReplacerContext SetReplacement method, allowing seamless pattern and replacement management for efficiency....Words SetReplacement( Regex, string ) Sets pattern and replacement...public void SetReplacement ( Regex pattern , string replacement...

    reference.aspose.com/words/net/aspose.words.low...
  6. ReplacerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode ReplacerContext class for seamless find and replace operations, enhancing your document automation and efficiency....Description SetReplacement ( Regex, string ) Sets pattern and replacement...how to replace string with regex in the document using context...

    reference.aspose.com/words/net/aspose.words.low...
  7. Replacer.Create | Aspose.Words for .NET

    Discover how the Replacer Create method generates a new instance of the efficient replacer processor for seamless data transformation....how to replace string with regex in the document using context...ways to replace string with regex in the document: string doc...

    reference.aspose.com/words/net/aspose.words.low...
  8. Get a column heading|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/net/get-a-column-heading/
  9. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    Discover the UseSubstitutions property in FindReplaceOptions. Easily enable substitutions in replacement patterns for enhanced text editing flexibility...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Replacer.ReplaceToImages | Aspose.Words for .NET

    Effortlessly transform your input files by replacing character patterns with custom strings and generating stunning images with our ReplaceToImages method....string, ImageSaveOptions , Regex, string, FindReplaceOptions...ImageSaveOptions saveOptions , Regex pattern , string replacement...

    reference.aspose.com/words/net/aspose.words.low...