Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 3,004 for

regex

(0.15 sec)
  1. Find or Search Data|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....with Regular Expressions: the RegEx Feature A regular expression...

    docs.aspose.com/cells/java/find-or-search-data/
  2. Search XHTML document without opening via Java ...

    Java source code to search words with pattern in XHTML file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....compile() method to define a regex pattern Use getRange().replace...

    products.aspose.com/words/java/search/xhtml/
  3. Range.Replace not working properly with breaks ...

    I am trying to replace ‘Dummy Data’ text to ‘Some new text’. Below is the original document text: \rSome text.\rThis is a demo application with Dummy\rData and real data. We also have other Dummy Data that are useful. C…...Replace(new Regex("Dummy((&p)|(\\s))Data"), "Some...

    forum.aspose.com/t/range-replace-not-working-pr...
  4. Search and replace text in PDF document via C++...

    C++ example code to redact sensitive information in PDF file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....documents using plain text or RegEx based search. Load PDF file...

    products.aspose.com/pdf/cpp/redaction/pdf/
  5. 20.4 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 20.4 Release Notes – the latest updates and fixes...." ); Regex regex = new Regex ( @"([A-z]+) give money...true ; doc . Range . Replace ( regex , @"$2 take money from $1" ...

    docs.aspose.com/words/net/aspose-words-for-net-...
  6. 16.7.0 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 16.7.0 Release Notes – the latest updates and fixes....options ) public int Replace ( Regex pattern , string replacement...getRange (). replace ( new Regex ( "[0-9]+" ), "" , options );...

    docs.aspose.com/words/java/aspose-words-for-jav...
  7. Class NodeList | Aspose.Words for .NET API 参考

    Aspose.Words.NodeList 班级. 表示与使用执行的 XPath 查询匹配的节点集合SelectNodes方法....private static readonly Regex gRegex = new Regex ( "\\S+" + // 一个或多个非空格...

    reference.aspose.com/words/zh/net/aspose.words/...
  8. 16.7.0 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 16.7.0 Release Notes – the latest updates and fixes....options ) public int Replace ( Regex pattern , string replacement...doc . Range . Replace ( new Regex ( "[0-9]+" ), "" , options );...

    docs.aspose.com/words/net/aspose-words-for-net-...
  9. Missing text when convert word to pdf - Aspose....

    I have submit an issue. https://github.com/aspose-words/Aspose.Words-for-Java/issues/90...directly by searching word by RegEx, but I couldn’t find api to...

    forum.aspose.com/t/missing-text-when-convert-wo...
  10. How do I read the format category information f...

    Adobe Acrobat allows a form author to specify various text field properties when creating a text field. In my form, I have a text field that accepts date values. In the Text Field Properties dialog box in Adobe Acrobat, …...will either have to tackle regex-ing the OnFormat property, or...

    forum.aspose.com/t/how-do-i-read-the-format-cat...