Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 3,009 for

regex

(0.09 sec)
  1. HtmlSaveOptions.ResolveFontNames | Aspose.Words...

    HtmlSaveOptions 财产. 指定文档中使用的字体家族名称是否根据 解析和替换FontSettings当被写入基于 HTML 的格式时... Regex . Match ( outDocContents , "<span...style=\"font-family:Arial\">" ). Success : Regex . Match ( outDocContents , "<span...

    reference.aspose.com/words/zh/net/aspose.words....
  2. Search RTF document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word RTF file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/rtf/
  3. Search MHTML document without opening via .NET ...

    C# code to search words with pattern in MHTML file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/mhtml/
  4. 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...
  5. Search and Get Text from Pages of PDF|Aspose.PD...

    This article explains how to use various tools to search and get a text from Aspose.PDF for .NET....find text following to the regex match. textFragmentAbsorber...^=%&amp;/~\+#])?" ); Search Text based on Regex and Add Hyperlink If you want...

    docs.aspose.com/pdf/net/search-and-get-text-fro...
  6. Aspose::Words::Fields::FieldInclude Class Refer...

    Implements the INCLUDE field....System::Text::RegularExpressions::Regex::Match (field->GetFieldCode()...System::Text::RegularExpressions::Regex::Match (field->GetFieldCode()...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. Perform OCR on an image - Extract dates from fi...

    Hi… How can I extract just dates from the file? I can assume a date will be MM/dd/yy or MM/dd/YYY or mm-dd-yyyy. Use a Regex? where can I find examples. thx... Use a RegEx? where can I find examples....

    forum.aspose.com/t/perform-ocr-on-an-image-extr...
  8. Aspose::Words::Fields::FieldInclude Class Refer...

    Implements the INCLUDE field....System::Text::RegularExpressions::Regex::Match (field->GetFieldCode()...System::Text::RegularExpressions::Regex::Match (field->GetFieldCode()...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. Range Class | Aspose.Words for .NET

    Aspose.Words.Range class. Represents a contiguous area in a document in C#.... Replace ( Regex, string ) Replaces all occurrences...replacement string. Replace ( Regex, string, FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words/range/
  10. Aspose::Words::Replacing Namespace Reference - ...

    The Aspose.Words.Replacing namespace provides classes to manipulate with find/replace operations over the document tree....which we can search for using a regex pattern. // Place one of those...:Text::RegularExpressions::Regex>(u "Match \\d*" ), u "Replacement"...

    reference.aspose.com/words/cpp/namespace/aspose...