Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 682 for

regular expression

(0.06 sec)
  1. 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....cellName ) { // Create a regular expression to match the column name...cellName ) { // Create a regular expression to match the row index...

    docs.aspose.com/cells/net/get-a-column-heading/
  2. Finding text in an image|Documentation

    How to determine if an image contains provided text....a text fragment or a regular expression and returns true if the...

    docs.aspose.com/ocr/net/find-text/
  3. Find and Replace Text in Excel in Python | Sear...

    Use Python spreadsheet API to find and replace text in Excel files in Python. Search text in XLSX or XLS files using plain text or Regular Expression....steps show how to use a regular expression to find and replace text...the search term is a regular expression using method. Replace...

    blog.aspose.com/2021/06/03/find-and-replace-tex...
  4. Latest topics - Free Support Forum - aspose.com

    Get FREE technical support for Aspose APIs from our developers using free support forum....specific regular expression , if regular expression matches then...

    forum.aspose.com/latest
  5. HTML Template - C# Examples | Documentation

    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/
  6. 获取列标题|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....cellName ) { // Create a regular expression to match the column name...cellName ) { // Create a regular expression to match the row index...

    docs.aspose.com/cells/zh/net/get-a-column-heading/
  7. TextFragmentAbsorber doesn't find paragraph - F...

    Hey, We are using the Pdf.Text.TextFragmentAbsorber to search and replace text. When we pass in a paragraph, it doesn’t find the text, but does work when we pass through the paragraph as single lines? I have included t…...TextSearchOptions(true)) : // Is a regular expression new TextFragmentAbsorber(Regex...TextSearchOptions(true)); // Not a regular expression // Process the search...

    forum.aspose.com/t/textfragmentabsorber-doesnt-...
  8. Issue with TextFragmentAbsorber - Aspose.PDF Pr...

    Hi, I’m implementing an application that is to replace text fragments in PDF based on Regular Expressions. I used the code from this forum as starting point. As long as I worked with an older version of Aspose PDF .Net …...fragments in PDF based on regular expressions. I used the code from...with Search Expression “the” and Replace Expression “XXX” for example)...

    forum.aspose.com/t/issue-with-textfragmentabsor...
  9. Aspose::Pdf::Text::TextSearchOptions Class Refe...

    Public Member Functions | Protected Member Functions | Static Protected Attributes | List of all members Aspose::Pdf:......Gets indication that regular expression is used. More... ASPOSE_PDF_SHARED_API...Sets indication that regular expression is used. More... ASPOSE_PDF_SHARED_API...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.t...
  10. How to use TableAbsorber TextSearchOptions? - A...

    Hi, I’m trying to use the TextSearchOption with TableAbsorber but couldn’t find a way to declare the regex. Basically I want to search for specific table with its cell content matched with my specified Regular Expression…...matched with my specified regular expression. I know that TextFragmentAbsorber...

    forum.aspose.com/t/how-to-use-tableabsorber-tex...