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

regex

(0.06 sec)
  1. 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...
  2. Aspose::Words::Saving::HtmlFixedPageHorizontalA...

    Aspose::Words::Saving::HtmlFixedPageHorizontalAlignment enum. Specifies the horizontal alignment for pages in output HTML document in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. 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
  4. 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...
  5. Aspose::Cells::ReplaceOptions::GetRegexKey meth...

    Aspose::Cells::ReplaceOptions::GetRegexKey method. Indicates whether the searched key is Regex. If true then the searched key will be taken as Regex in C++....whether the searched key is regex. If true then the searched key...key will be taken as regex. bool Aspose :: Cells :: ReplaceOptions...

    reference.aspose.com/cells/cpp/aspose.cells/rep...
  6. Aspose::Cells::FindOptions class | Aspose.Cells...

    Aspose::Cells::FindOptions class. Represents find options in C++....is regex. If true the searched key will be taken as regex and...is regex. If true the searched key will be taken as regex and...

    reference.aspose.com/cells/cpp/aspose.cells/fin...
  7. ReplaceOptions.RegexKey | Aspose.Cells for .NET...

    ReplaceOptions property. Indicates whether the searched key is Regex. If true then the searched key will be taken as Regex...whether the searched key is regex. If true then the searched key...key will be taken as regex. public bool RegexKey { get ; set...

    reference.aspose.com/cells/net/aspose.cells/rep...
  8. 合并相邻单元格|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/zh/net/merge-two-adjacent...
  9. Replacer Class | Aspose.Words for .NET

    Aspose.Words.LowCode.Replacer class. Provides methods intended to find and replace text in the document in C#....static Replace ( string, string, Regex, string ) Replaces all occurrences...Stream, Stream, SaveFormat , Regex, string ) Replaces all occurrences...

    reference.aspose.com/words/net/aspose.words.low...
  10. 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...