Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 3,009 for

regex

(0.32 sec)
  1. RegexPtr | Aspose.Slides for C++ API Reference

    Regex pointer....typedef Regex pointer. typedef System :: SharedPtr < Regex > System...

    reference.aspose.com/slides/cpp/system.text.reg...
  2. 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...
  3. HighlightRegex | Aspose.Sildes for .NET API Ref...

    Highlight all matches of regular expression in text frame text using specified color....void HighlightRegex ( string regex , Color highlightColor , ITextHighlightingOpt...Parameter Type Description regex String Text of regular expression...

    reference.aspose.com/slides/net/aspose.slides/i...
  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. System::Text::RegularExpressions Namespace Refe...

    Classes | Typedefs | Enumerations | Functions System::Text::RegularExpressions Namespace Reference Classes class Capt...... class Regex Regular expression that follows...System::SharedPtr < Regex > RegexPtr Regex pointer. More... typedef...

    reference.aspose.com/tex/cpp/namespace/system.t...
  6. GridColumn.AddValidation | Aspose.Cells for .NE...

    GridColumn method....( bool isRequired , string regEx ) Parameter Type Description...of this column is required. regEx String Regular expression. See...

    reference.aspose.com/cells/net/aspose.cells.gri...
  7. regex_key property | Aspose.Cells for Python vi...

    Regex_key property Regex_key property Indicates whether the searched key is Regex. If true then the searched key will......regex_key property regex_key property Indicates whether the searched...searched key is regex. If true then the searched key will be...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. 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...
  9. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_LegacyMode method. Gets or sets a boolean value indicating that old find/replace algorithm is used in C++...." ); auto regex = MakeObject < System :: Text...Text :: RegularExpressions :: Regex > ( u "([A-z]+) gave money to...

    reference.aspose.com/words/cpp/aspose.words.rep...
  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...