Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 3,003 for

regex

(0.13 sec)
  1. Aspose.Cells for Java 20.1 Release Notes|Docume...

    Aspose.Cells for Java 20.1 Release Notes – the latest enhancements, new features, and fixes....whether the searched key is regex. If true then the searched key(to...be taken as a user-specified regex. Deletes obsoleted ValidationCollection...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  2. How to find text after "Invoice #:" - Aspose.PD...

    If I get the text… from the TextAbsorber, I can’t even use a Regex to find “CERTIFICATE”?...Regex(@"[Invoice:]+[0-9]{0,10}"));...@jon_elster_i3intel_com We tried to use the regex i.e. [CERTIFICATE NUMBER:]+\s[0-9]{0...

    forum.aspose.com/t/how-to-find-text-after-invoi...
  3. FindReplaceDirection Enum | Aspose.Words for .NET

    Aspose.Words.Replacing.FindReplaceDirection enum. Specifies direction for replace operations in C#....which we can search for using a regex pattern. // Place one of those...doc . Range . Replace ( new Regex ( @"Match \d*" ), "Replacement"...

    reference.aspose.com/words/net/aspose.words.rep...
  4. TextAbsorber adds extra space while extracting ...

    Hello, Here’s the code to extract the text from pdf. string RegexMatch = “[,0-9A-Za-z ]..[.)0-9a-z ]”; var textFragmentAbsorber = new TextFragmentAbsorber(new Regex(@RegexMatch), new TextSearchOptions(true)); textF…...new TextFragmentAbsorber(new Regex( @regexMatch ), new TextSearchOptions(true));...new TextFragmentAbsorber(new Regex(@regexMatch), new TextSearchOptions(true));...

    forum.aspose.com/t/textabsorber-adds-extra-spac...
  5. HtmlFixedSaveOptions.ExportEmbeddedFonts | Aspo...

    HtmlFixedSaveOptions 财产. 指定字体是否应该嵌入到 Base64 格式的 Html 文档中 注意设置此标志可以显着增加输出 Html 文件的大小... True ( Regex . Match ( outDocContents , "@font-face...))); } else { Assert . True ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/zh/net/aspose.words....
  6. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_Direction method. Selects direction for replace. Default value is Forward in C++....which we can search for using a regex pattern. // Place one of those...Text :: RegularExpressions :: Regex > ( u "Match \\ d*" ), u "Replacement"...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_UseLegacyOrder method. True indicates that a text search is performed sequentially from top to bottom considering the text boxes. Default value is false in C++....which we can search for using a regex pattern. // Place one of those...Text :: RegularExpressions :: Regex > ( u " \\ [tag \\ d* \\ ]"...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. IReplacingCallback Interface | Aspose.Words for...

    Aspose.Words.Replacing.IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C#.... Replace ( new Regex ( "(header|footer)" ), "" ,...doc . Range . Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Aspose::Words::Replacing Namespace Reference - ...

    The Aspose.Words.Replacing namespace provides classes to manipulate with find/replace operations over the document tree....which we can search for using a regex pattern. // Place one of those...:Text::RegularExpressions::Regex>(u "Match \\d*" ), u "Replacement"...

    reference.aspose.com/words/cpp/namespace/aspose...
  10. Infinite loop Issue - Aspose.Words Product Fami...

    Hello, During download the report getting below issue. System.InvalidOperationException: Infinite loop detected. at .(Int32 ) at .(Boolean ) at .(Boolean ) at . () at .(Document , ) …...Replace(new Regex(@"ReplaceText"), "", options);...

    forum.aspose.com/t/infinite-loop-issue/246024