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

regex

(0.26 sec)
  1. 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-...
  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. Aspose::Words::Replacing::FindReplaceOptions Cl...

    Specifies options for find/replace operations....:Text::RegularExpressions::Regex>(u "[0-9]+" ), u "" , options);...which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. 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...
  10. Change in merge field after (finally) upgrading...

    For particular reasons, we’ve held off from upgrading our version on Aspose.Words in a particular application until this year. Currently the version is 17.12 and it handles what the users call “Frankenlinks” just fine. H…...mergefields) { Regex regex = new Regex(MERGE_FIELD_REGEX); Match match...match = regex.Match(field.GetFieldCode()); string resultFieldCode...

    forum.aspose.com/t/change-in-merge-field-after-...