Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 3,003 for

regex

(0.08 sec)
  1. FindReplaceOptions.LegacyMode | Aspose.Words fo...

    FindReplaceOptions LegacyMode property. Gets or sets a boolean value indicating that old find/replace algorithm is used in C#...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Aspose Word Template Issues - Aspose.Words Prod...

    Hello, I have issues. I have attached word template that has notes in it. One of the very important one is its not adding CRSC combined percentage column. I have marked in red where it should appear. Also SMC code app…...RemoveContainingFiel; Regex regex = new Regex(" "); FindReplaceOptions...Replace(regex, "", options); doc.Range.Replace(new Regex(@" <MiddleInitial>...

    forum.aspose.com/t/aspose-word-template-issues/...
  3. highlightRegex | Aspose.Sildes for Node.js via ...

    highlightRegex highlightRegex(String Regex, Color highlightColor, TextHighlightingOptions options) function Highlight......highlightRegex highlightRegex(String regex, Color highlightColor, TextHighlightingOpti...Parameters Name Type Description regex String Text of regular expression...

    reference.aspose.com/slides/nodejs-java/aspose....
  4. Blank Space Issue - Free Support Forum - aspose...

    I have issues with blank space as well. I did try to set up as you had described earlier. And tried using \b switch too. Can you show again what I am doing wrong and also the requirement is to have . if middlename exist.…... Regex regex = new Regex(" "); FindReplaceOptions...true; // doc.Range.Replace(regex, "", options); doc.UpdateFields();...

    forum.aspose.com/t/blank-space-issue/249120
  5. LINQ Reporting Engine - How to get a list of re...

    I am trying create a routine that pre-processes a template to verify that all entered LINQ reports tags exist in the data sets available. (when I say report tags I mean this: <<[ColumnName]>>) Is anyone able to tell me …...ColumnNameCollector(); Regex regex = new Regex(@"<<\[(.* builder.Document...Document.Range.Replace(regex, "", new FindReplaceOptions(collector));...

    forum.aspose.com/t/linq-reporting-engine-how-to...
  6. Unescape() | Aspose.Slides for C++ API Reference

    Unescapes special characters in string used as part of the pattern....Unescape() Regex::Unescape(const String&) method Unescapes special...Text :: RegularExpressions :: Regex :: Unescape ( const String &...

    reference.aspose.com/slides/cpp/system.text.reg...
  7. TextFragmentAbsorber.h - Aspose.PDF for C++ - A...

    TextFragmentAbsorber.h 1 #pragma once 2 // Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved. 3 4 #include ......RegularExpressions 58 { 59 class Regex ; 60 } // namespace RegularExpressions...xt::RegularExpressions::Regex> regex); 216 ASPOSE_PDF_SHARED_API...

    reference.aspose.com/pdf/cpp/_text_fragment_abs...
  8. FindReplaceOptions.LegacyMode | Aspose.Words fo...

    FindReplaceOptions 财产. 获取或设置一个布尔值指示使用旧的查找/替换算法..." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/zh/net/aspose.words....
  9. Aspose.Words.Range.Replace throw exception Argu...

    Description Aspose.Words.Range.Replace throw exception ArgumentOutOfRangeException with Regexp. Env Windows 10 .NET 4.7 Aspose.Words for .NET 22.12 Code var doc = new Aspose.Words.Document(@"C:\Users\XCL\Desktop\15.do…...Replace(new Regex("A*"), ""); Error Preview Test...expected. doc.Range.Replace(new Regex("A+"), ""); xucongli1989 December...

    forum.aspose.com/t/aspose-words-range-replace-t...
  10. HtmlFixedSaveOptions.PageHorizontalAlignment | ...

    HtmlFixedSaveOptions PageHorizontalAlignment property. Specifies the horizontal alignment of pages in an HTML document. Default value is Center in C#.... True ( Regex . Match ( outDocContents , "[...HtmlFixedPageHorizon . Left : Assert . True ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/net/aspose.words.sav...