Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 379 for

regular expression

(0.02 sec)
  1. HTML Template – C# Examples

    In this article, you learn how to populate an HTML template from XML or JSON data sources and consider examples to illustrate this feature....HTML provides the inline expressions syntax to work with templates...markup The HTML template is a regular HTML file that contains some...

    docs.aspose.com/html/net/html-template/
  2. TextFrame | Aspose.Sildes for .NET API Reference

    Represents a TextFrame....Highlight all matches of regular expression in text frame text using...

    reference.aspose.com/slides/net/aspose.slides/t...
  3. Find and Replace Text in PDF in C# | Replace Te...

    Find and replace text in PDF documents using C#. Find and replace text in the whole PDF, a particular page of PDF, or a page region. Find text using regex....using Regular Expression in C# You can also use regular expressions...only need to provide a regular expression instead of the plain...

    blog.aspose.com/2020/12/22/find-and-replace-tex...
  4. ITextFrame|Aspose.Sildes for Python via .NET AP...

    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....Highlight all matches of regular expression in text frame text using...

    docs.aspose.com/slides/python-net/api-reference...
  5. Get Column Name using Column Header - Free Supp...

    Hi, I am looking to get the Column Name “A” when I find the column using Column Header. When I do asterickCell.Name I get the output as “A1”. Is it possible to get just the Column name A instead of Cell “A1”? FindOpti…...following code: // Use regular expression pattern to match only...

    forum.aspose.com/t/get-column-name-using-column...
  6. Aspose.OCR for Java 22.12.0 - Release Notes|Doc...

    A summary of recent changes, enhancements and bug fixes in Aspose.OCR for Java 22.12.0 (December 2022) release....match image text with a regular expression. New feature Public API...case-insensitive string, or as a regular expression object. Updated public...

    docs.aspose.com/ocr/java/aspose-ocr-for-java-22...
  7. ReplacingArgs Class | Aspose.Words for .NET

    Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation in C#....resulting from a single regular expression match during a Replace...all occurrences of a regular expression pattern with another...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Regex | Aspose.Slides for C++ API Reference

    Regular Expression that follows C#-like syntax. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument....[ Hide ] Regex class Regular expression that follows C#-like...positions defined by a regular expression specified in the Regex...

    reference.aspose.com/slides/cpp/system.text.reg...
  9. Case Insensitive PDF Text replace - Free Suppor...

    Hello I am using aspose.PDF for Python via .NET and i want to replace a desired text from a pdf with a new one, my code is working but when i give the text “a” it changes only the lowercase a in the pdf. I tried using …...case, you need to use Regular Expression and in order to get the...

    forum.aspose.com/t/case-insensitive-pdf-text-re...
  10. Need space after comma in text - Aspose.Words P...

    We have some code where we have text in column that does not have a space after comma. So when we open the resulting DOCX in MS Word, it shows red squiggly line below(please see attached pacture). Is there any way we ca…...@leopius You can use regular expression to to put whitespace...

    forum.aspose.com/t/need-space-after-comma-in-te...