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

regex

(0.09 sec)
  1. 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
  2. Aspose.Cells for .NET 20.1 Release Notes|Docume...

    Aspose.Cells for .Net 20.1 Release Notes – the latest enhancements, new features, and fixes....CELLSNET-47070 Support for Regex in Replace function similar...whether the searched key is regex. If true then the searched key(to...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  3. Aspose::Words::Fields::FieldInclude Class Refer...

    Implements the INCLUDE field....System::Text::RegularExpressions::Regex::Match (field->GetFieldCode()...System::Text::RegularExpressions::Regex::Match (field->GetFieldCode()...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. 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...
  5. 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...
  6. 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...
  7. 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....
  8. 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...
  9. 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...
  10. replaceoptions - Aspose.Cells for Python via Ja...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....whether the searched key is regex. If true then the searched key...key will be taken as regex. Constructor Detail ReplaceOptions...

    reference.aspose.com/cells/python-java/asposece...