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

regex

(0.09 sec)
  1. TextFragmentAbsorber | Aspose.PDF for .NET API ...

    Initializes a new instance of the TextFragmentAbsorberaspose.pdf.text/textfragmentabsorber that performs search of all text segments of the document or page....PDF TextFragmentAbsorber(Regex) Initializes a new instance...System.Text.RegularExpressions.Regex class object. public TextFragmentAbsorber...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...
  2. 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...
  3. 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...
  4. 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...
  5. 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/
  6. ReplaceOptions | Aspose.Cells for Java API Refe...

    Represent the replace options....whether the searched key is regex. hashCode() notify() notifyAll()...whether the searched key is regex. toString() wait() wait(long...

    reference.aspose.com/cells/java/com.aspose.cell...
  7. 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-...
  8. 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....
  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...