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

regex

(0.11 sec)
  1. 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/
  2. 20.4 Release Notes|Aspose.Words for C++

    Aspose.Words for C++ 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/cpp/aspose-words-for-cpp-...
  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. 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-...
  5. 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/
  6. Help in appending word document converted from ...

    Hello Team, We are trying to add few documents at runtime at specific location in a Main document. The documents that we trying to add are converted to doc from pdf using ASPOSE.pdf. The documents are getting added succ…...Replace(new Regex("%ENTITY_ATTACHMENT%"), "",...srcMainDoc.Range.Replace(new Regex("%ENTITY_ATTACHMENT%"), "",...

    forum.aspose.com/t/help-in-appending-word-docum...
  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. 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...
  9. 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-...
  10. 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...