Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,261 for

regex

(0.31 sec)
  1. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...treat the search pattern as a regex: FindReplaceOptions options...setUseRegex(true); // enable regex mode options.setIgnoreFormatting(true);...

    forum.aspose.com/t/placeholder-not-replaced-com...
  2. FieldIncludePicture Class | Aspose.Words for .NET

    Discover Aspose.Words.Fields.FieldIncludePicture class to effortlessly implement INCLUDEPICTURE fields, enhancing document automation and image integration.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Working with Validations in Columns|Documentation

    This article introduces how to use validations in columns in GridDesktop.... RegEx = "" ; validation . CustomValidation...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. ReplacingArgs.MatchNode | Aspose.Words for .NET

    Discover the ReplacingArgs MatchNode property to easily access the node where your match begins, enhancing your coding efficiency and accuracy.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  5. Aspose::Words::Fields::FieldIncludePicture clas...

    Aspose::Words::Fields::FieldIncludePicture class. Implements the INCLUDEPICTURE field. To learn more, visit the documentation article in C++....Text :: RegularExpressions :: Regex :: Match ( fieldIncludePicture...Text :: RegularExpressions :: Regex :: Match ( fieldImport -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your document and replace it with the text you want using C#....find-and-replace features including regex, wildcards, and custom callbacks...Expressions A regular expression (regex) is a pattern that describes...

    docs.aspose.com/words/net/find-and-replace/
  7. 使用 Node.js通过 C++ 中的正则表达式替换工作簿中的文本|Documentation

    在 Node.js 通过 C++ 中使用正则表达式替换工作簿中的文本。...indicate that the searched key is regex replace . setRegexKey ( true...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...
  8. ReplacingArgs.MatchOffset | Aspose.Words for .NET

    Discover the ReplacingArgs MatchOffset property, easily find the zero-based starting position of matches in your nodes for efficient data handling.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  9. ReplacingArgs.Match | Aspose.Words for .NET

    Discover the ReplacingArgs Match property for seamless Regex replacements. Enhance your coding efficiency with precise match results!... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Font style automatically change from Times New ...

    Hello @alexey.noskov and Team , We observing strange behavior , when replacing tag inside table . Table tag -replaced data font type is changing to Aptos from Times New Roman , for other font it is working fine . Be…...string normalizedCellText = Regex.Replace(cellText, @"\{\{\s*(...t); cell.Range.Replace(new Regex(regexPattern), replacementText...

    forum.aspose.com/t/font-style-automatically-cha...