Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 2,997 for

regex

(0.07 sec)
  1. Aspose::Words::Range Class Reference - Aspose.W...

    Represents a contiguous area in a document....Replace (const SharedPtr < Regex > &pattern, const String &replacement)...Replace (const SharedPtr < Regex > &pattern, const String &replacement...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Enum FindReplaceDirection | Aspose.Words for .N...

    Aspose.Words.Replacing.FindReplaceDirection 枚举. 指定替换操作的方向... Replace ( new Regex ( @"Match \d*" ), "Replacement"...

    reference.aspose.com/words/zh/net/aspose.words....
  3. Aspose::Words::Replacing::ReplacingArgs::get_Gr...

    Aspose::Words::Replacing::ReplacingArgs::get_GroupName method. Identifies, by name, a captured group in the Match that is to be replaced with the Replacement string in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  4. How to resolve conflict between TextAbsorber an...

    Disclaimer: We don’t have access to PDF files that cause this issue. Hello Aspose, We have automated redaction tool for PDF that builds map of each character in a page of PDF. To do this, we extract text from a page us…...new TextFragmentAbsorber(new Regex("\\S+")) { ExtractionOptions...TextFragmentAbsorber constructor without any regex parameter, absorber actually...

    forum.aspose.com/t/how-to-resolve-conflict-betw...
  5. Replacing text in a textlayer, formatting is wr...

    What I am doing is replacing texts that have styles or formats. These formats can come in the text of the texlayer or in the text that you want to replace with html tags. For example < font: Arial, color:red>text_1</>, t…...//validar si tiene tags Regex tagRegex = new Regex(@"<[^>]+> bool hasTags...>]+)[^>]*>s*/\s*\1\s*>"; var matchesImgSrc = Regex.Matches(textData.Text, tagRegex2...

    forum.aspose.com/t/replacing-text-in-a-textlaye...
  6. Stackoverflow issue in TextFragmentAbsorber - A...

    Hello , yesterday we faced into an issue that our product was down. Eventually after investigate the issue we found that Aspose PDF library throws stackoverflow issue. I was able to dive into and find a bug there. Eve…... Eventually searching with regex find a line with leading NBSP...

    forum.aspose.com/t/stackoverflow-issue-in-textf...
  7. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_Match method. The Match resulting from a single regular expression match during a Replace in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. Aspose::Words::Range Class Reference - Aspose.W...

    Represents a contiguous area in a document....Replace (const SharedPtr < Regex > &pattern, const String &replacement)...Replace (const SharedPtr < Regex > &pattern, const String &replacement...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. Aspose.PDF for .NET 18.8 Release Notes|Aspose.P...

    This page contains new Aspose.PDF for .NET features, enhancement, and bug fixes in 2018, version 18.8....fragments are not matched by the regex. Bug PDFNET-43922 Text overlaps...

    docs.aspose.com/pdf/net/aspose-pdf-for-net-18-8...
  10. How to get inline text message in word document...

    DocumentBuilder builder = new DocumentBuilder(doc); ReportBuildOptions.InlineErrorMessages; var hasError = engine.BuildReport(builder.Document, studyData, "Study") if(hasError ){ // How to get the error text ? exampl…...Replace(new Regex(@"<<.*Error!.*?>>"), "", opt);...

    forum.aspose.com/t/how-to-get-inline-text-messa...