Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 3,009 for

regex

(0.25 sec)
  1. Convert text with formatting to plain text - Fr...

    When encountering mtext entities that contain formatting codes like this example: “FLANGE 300# {\C256;RFWN 0.218"" WT} A694 F52” On screen it looks like: FLANGE 300# RFWN 0.218" WT A694 F52 AutoDesk does have the Expl…...suggested to create an elaborate regex pattering from the code lists...

    forum.aspose.com/t/convert-text-with-formatting...
  2. FindReplaceDirection | Aspose.Words for Java

    Specifies direction for replace operations in Java....which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/java/com.aspose.word...
  3. ReplacingArgs.MatchOffset | Aspose.Words for .N...

    ReplacingArgs 财产. 从包含匹配开头的 节点的开头获取匹配的从零开始的位置... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....
  4. Replacing text in a textlayer, formatting is wr...

    What I am doing is replacing texts that have styles or formats. These formats can come in the text of the texlayer or in the text that you want to replace with html tags. For example < font: Arial, color:red>text_1</>, t…...//validar si tiene tags Regex tagRegex = new Regex(@"<[^>]+> bool hasTags...>]+)[^>]*>s*/\s*\1\s*>"; var matchesImgSrc = Regex.Matches(textData.Text, tagRegex2...

    forum.aspose.com/t/replacing-text-in-a-textlaye...
  5. 我要如何给linq模板tag增加自定义属性或添加批注 - Free Support Forum...

    我们的业务场景: 使用linq模板配置word<模板Template> 比如其中有tag1 使用<模板Template>生成<预览报表PreviewReport>,其中tag1对应值VALUE1,在<预览报表PreviewReport>中应该反应出VALUE1与tag1的对应关系,比如VALUE1处增加批注或者直接生成片段tag1_VALUE1. 用户修改生成的<预览报表PreviewReport>中的VALUE1为NEW_VALU…... Regex tagPattern = new Regex("<<.*?>>" doc.Range...

    forum.aspose.com/t/linq-tag/279124
  6. Stackoverflow issue in TextFragmentAbsorber - A...

    Hello , yesterday we faced into an issue that our product was down. Eventually after investigate the issue we found that Aspose PDF library throws stackoverflow issue. I was able to dive into and find a bug there. Eve…... Eventually searching with regex find a line with leading NBSP...

    forum.aspose.com/t/stackoverflow-issue-in-textf...
  7. How to Run the Examples|Documentation

    Use PyCharm to run the examples of the Python Image Processing Library API that can be downloaded from GitHub....Default: All --file-filter regex Default: All files –help No...

    docs.aspose.com/imaging/python-net/how-to-run-t...
  8. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_Match method. The Match resulting from a single regular expression match during a Replace in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  9. FindReplaceOptions.Direction | Aspose.Words for...

    FindReplaceOptions 财产. 选择替换方向默认值为Forward.... Replace ( new Regex ( @"Match \d*" ), "Replacement"...

    reference.aspose.com/words/zh/net/aspose.words....
  10. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....Expressions A regular expression (regex) is a pattern that describes...combinations by setting the Regex parameter as the regular expression...

    docs.aspose.com/words/java/find-and-replace/