Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 3,004 for

regex

(0.06 sec)
  1. Replacer.Replace | Aspose.Words for .NET

    Replacer Replace method. Replaces all occurrences of a specified character string pattern with a replacement string in the input file in C#....Words Replace( string, string, Regex, string ) Replaces all occurrences...inputFileName , string outputFileName , Regex pattern , string replacement...

    reference.aspose.com/words/net/aspose.words.low...
  2. List keywords in the template - Free Support Fo...

    Hello, I would like to implement a validation to ensure the keywords in the template are available in the JSON object so I was hoping to be able to list the current keywords in the template. var templateText = doc.Rang…...Text; Regex regex = new Regex(@"<<\[(.* var matches = regex.Matches(templateText);...within each match entry for the regex so this would need additional...

    forum.aspose.com/t/list-keywords-in-the-templat...
  3. get_RightToLeft() | Aspose.Slides for C++ API R...

    Checks if matching is done in right-to-left mode....get_RightToLeft() Regex::get_RightToLeft() method Checks if matching...Text :: RegularExpressions :: Regex :: get_RightToLeft () Return...

    reference.aspose.com/slides/cpp/system.text.reg...
  4. Get a column heading|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/net/get-a-column-heading/
  5. Delete multiple tag occurance - Free Support Fo...

    Hi, I am trying to find a tag in a document and delete its occurances.Can you please help me on this. I have attached sample Document in which i have to delete tag $$$WAP START{ }WAP END$$$ Aspose Sample.docx (15.1 KB…...method accept plain text or RegEx as parameter to replace, for...particular case I recommend to use a RegEx to capture all the text in between...

    forum.aspose.com/t/delete-multiple-tag-occuranc...
  6. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_UseSubstitutions method. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns. The default value is false in C++...." ); auto regex = MakeObject < System :: Text...Text :: RegularExpressions :: Regex > ( u "([A-z]+) gave money to...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    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....
  8. Aspose.word replace text in headerFooter and bo...

    Hello, i’m currently trying to do a replace operation inside a document in the header first/primary, footer first/primary and body, i’m proceeding as following : public static void DoReplace(DocumentBuilder pbuilder) { …...Split('#')); var regex = new Regex(@"(?i)\@zvar.*?\@"); //...headerFooter.Range.Replace(regex, "", findReplaceOptions); }...

    forum.aspose.com/t/aspose-word-replace-text-in-...
  9. 获取列标题|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/get-a-column-heading/
  10. InfiniteMatchTimeout | Aspose.Slides for C++ AP...

    Special timeout value to disable match break by timeout....RegularExpressions :: Regex :: InfiniteMatchTimeout See Also Class Regex Namespace...

    reference.aspose.com/slides/cpp/system.text.reg...