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

regex

(0.16 sec)
  1. 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....
  2. System::Text::RegularExpressions Namespace Refe...

    Classes | Typedefs | Enumerations | Functions System::Text::RegularExpressions Namespace Reference Classes class Capt......class MatchCollection class Regex Typedefs typedef std::shared_ptr<...System::SharedPtr < Regex > RegexPtr Regex pointer. More... typedef...

    reference.aspose.com/barcode/cpp/namespace/syst...
  3. System::Text::RegularExpressions Namespace Refe...

    Classes | Typedefs | Enumerations | Functions System::Text::RegularExpressions Namespace Reference Classes class Capt......class MatchCollection class Regex Typedefs typedef std::shared_ptr<...System::SharedPtr < Regex > RegexPtr Regex pointer. More... typedef...

    reference.aspose.com/barcode/cpp/namespace/syst...
  4. 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...
  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. 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. 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...
  9. 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-...
  10. 获取列标题|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/