Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 3,004 for

regex

(0.12 sec)
  1. Aspose.Cells for CPP 18.8 Release Notes|Documen...

    Aspose.Cells for CPP 18.8 Release Notes – the latest enhancements, new features, and fixes....Bug CELLSCPP-128 Issue with regex split Bug CELLSCPP-129 Shape...

    docs.aspose.com/cells/cpp/aspose-cells-for-cpp-...
  2. Replace Text in Word DOCX Document with JPEG GI...

    I want to replace a particular text in a document, say , with an image. Using MS Word automation I could do a search for the text using Selection.Find(), which would move the cursor to my search text, then I could ins…...Replace(new Regex(@""), new ReplaceWithImageEval()...

    forum.aspose.com/t/replace-text-in-word-docx-do...
  3. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    FindReplaceOptions 财产. True 表示考虑到文本框从上到下顺序执行文本搜索 默认值为 false... Replace ( new Regex ( @"\[tag \d*\]" ), "" , options...

    reference.aspose.com/words/zh/net/aspose.words....
  4. ReplacingArgs.Match | Aspose.Words for .NET API 参考

    ReplacingArgs 财产. 的Match由单个 regular 表达式匹配产生的 代替.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....
  5. ReplacingArgs.GroupIndex | Aspose.Words for .NE...

    ReplacingArgs 财产. 按索引标识在Match 被替换为Replacement字符串.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....
  6. Aspose.PSD Product Family - Free Support Forum ...

    Aspose.PSD Product Family - Free Support Forum - aspose.com Topics in the 'Aspose.PSD Product Family' category Get technical support of Aspose.PSD for .NET. Formatting move when is editing in photo......(TextLayer)layerItem; Regex pRegex = new Regex("#lsak[^#]+#", RegexOptions...//validar si tiene tags Regex tagRegex = new Regex(@"<[^>]+>");...

    forum.aspose.com/c/psd/34.rss
  7. 21.11 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 21.11 Release Notes – the latest updates and fixes...."Text in field" ); Regex regex = new Regex ( "T" ); FindReplaceOptions...true ; doc . Range . Replace ( regex , "*" , options ); Console ...

    docs.aspose.com/words/net/aspose-words-for-net-...
  8. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java...."); String regex = "([A-z]+) gave money to ([A-z]+)";...getRange().replace(Pattern.compile(regex), "$2 took money from $1", options);...

    reference.aspose.com/words/java/com.aspose.word...
  9. 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...
  10. 如何在word文件中指定文本添加批注 - Free Support Forum - aspos...

    比如我想在这个文本中的这两个字添加批注, image.png (4.8 KB)...String regex = "过[^开]+开"; Pattern p = Pattern.compile(regex); doc...

    forum.aspose.com/t/word/259659