Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 2,374 for

regex

(0.61 sec)
  1. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。...expressions var regexes = new Regex [] { new Regex ( @"(?s)document\s+(...RegexOptions . IgnoreCase ), new Regex ( @"[\s\r\n]+Tract[\s\r\n]+of:...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  2. Topics tagged net

    Topics tagged net...TextFragmentAbsorber with TextSearchOptions Regex slowly Aspose.PDF Product Family...

    forum.aspose.com/tag/net
  3. Convert Word to Excel in Node.js|Aspose.Words f...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Node.js. Save a document in various formats to XLSX using Node.js....FindReplaceOptions for case‑sensitivity, regex, etc.) and then save the document...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  4. Aspose.Words Page Number Mismatch Compared to M...

    Hello Team, We have an Aspose.Words paid license and are using it to generate Word document reports. In the report, we display the findings along with the page number on which they exist. However, in most documents, we …...Select(Regex.Escape)); doc.Range.Replace(new Regex(pattern,...

    forum.aspose.com/t/aspose-words-page-number-mis...
  5. Topics tagged aspose-pdf-net

    Topics tagged aspose-pdf-net...TextFragmentAbsorber with TextSearchOptions Regex slowly Aspose.PDF Product Family...

    forum.aspose.com/tag/aspose-pdf-net
  6. Replace Text in PDF with Python|Aspose.PDF for ...

    Learn how to replace, rearrange, and remove text in PDF documents using Python....using regular expressions (regex) with the TextFragmentAbsorber...the PDF Document. Create a Regex-Based Text Absorber. Initialize...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  7. FieldStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldStart class, your key to efficiently managing Word fields in documents. Enhance your document processing today!...private static readonly Regex gRegex = new Regex ( "\\S+" + // One...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Online PDF Text Search Application or Develop P...

    Free online app to search in PDF files. Java code for any PDF file text search application....define the search criteria in Regex. Accept the absorber for the...

    products.aspose.com/total/java/search/pdf/
  9. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …... The Regex class can be employed in your...

    forum.aspose.com/t/some-content-cannot-be-repla...
  10. Custom Validation in GridWeb|Documentation

    This article introduces custom validation in GridWeb.... RegEx = @"\d{4}-\d{2}-\d{2}" ; //...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...