Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 3,004 for

regex

(0.06 sec)
  1. HtmlFixedSaveOptions.ExportEmbeddedSvg | Aspose...

    HtmlFixedSaveOptions 财产. 指定是否应将 SVG 资源嵌入到 Html 文档中 默认值为真的.... True ( Regex . Match ( outDocContents , "<image...1.svg" )); Assert . True ( Regex . Match ( outDocContents , "<object...

    reference.aspose.com/words/zh/net/aspose.words....
  2. Aspose::Words::Fields::FieldOptions::get_PrePro...

    Aspose::Words::Fields::FieldOptions::get_PreProcessCulture method. Gets or sets the culture to preprocess field values in C++....Text :: RegularExpressions :: Regex :: Match ( field -> get_Result...Text :: RegularExpressions :: Regex :: Match ( field -> get_Result...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    FindReplaceOptions UseLegacyOrder property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes. Default value is false in C#....which we can search for using a regex pattern. // Place one of those...doc . Range . Replace ( new Regex ( @"\[tag \d*\]" ), "" , options...

    reference.aspose.com/words/net/aspose.words.rep...
  4. ASPOSECPP_3RD_PARTY_UNCOPYBALE_TYPE_HOLDER() | ...

    Wrapper to hold MatchHolder class without its including as well as PCRE2....Slides Regex RegexOptions...

    reference.aspose.com/slides/cpp/system.text.reg...
  5. Range.Replace | Aspose.Words for .NET API 参考

    Range 方法. 用替换字符串替换所有出现的指定字符串模式...Words Replace(Regex, string) 用另一个字符串替换所有出现的由正则表达式指定的字符模式。...字符模式。 public int Replace ( Regex pattern , string replacement...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...demonstration purposes a simple regex is used, it might not cover...all possible cases. Regex tagRegex = new Regex(@"<<\[.*? doc.Range...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  7. Replace Static Text with a Hyperlink - Aspose.W...

    HI there, I have a document which has the following text in it {{MAP}} I wish to replace that text with a hyperlink rather than static text. I have tried the following line of code; doc.Range.Replace("{{MAP}}", New A…...ReplaceTextWithField() Dim regex As New Regex("\{\{(MAP)\}\}") doc...doc.Range.Replace(regex, "https://www.google.co.uk/maps/place/"...

    forum.aspose.com/t/replace-static-text-with-a-h...
  8. ReplaceOptions - Aspose.Cells for Python via Ja...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....whether the searched key is regex. If true then the searched key...key will be taken as regex. Constructor Detail ReplaceOptions...

    reference.aspose.com/cells/python-java/asposece...
  9. HIgh memory usage on pdf document object - Free...

    Hello. We are using aspose.pdf in our product and using it to search with Regex certain patterns. My IDE is claiming that there is a big memory allocations for pdf document object. The code example which is shows that: …...and using it to search with regex certain patterns. My IDE is...new TextFragmentAbsorber(new Regex($"{patterns}", RegexOptions...

    forum.aspose.com/t/high-memory-usage-on-pdf-doc...
  10. Search and Get Text from Pages of PDF|Aspose.PD...

    Learn how to search and extract text from PDF documents in Python using Aspose.PDF for document analysis....find text following to the regex match. textFragmentAbsorber...^=%&amp;/~\+#])?" ); Search Text based on Regex and Add Hyperlink If you want...

    docs.aspose.com/pdf/python-net/search-and-get-t...