Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 2,999 for

regex

(0.07 sec)
  1. textfragmentabsorber - Aspose.PDF for Java - AP...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....TextFragmentAbsorber ( Pattern regex) Initializes a new instance...System.Text.RegularExpressions.Regex class object. TextFragmentAbsorber...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  2. Class FindOptions | Aspose.Cells for .NET API R...

    Aspose.Cells.FindOptions class. Represents find options...is regex. If true the searched key will be taken as regex and...

    reference.aspose.com/cells/net/aspose.cells/fin...
  3. 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...
  4. Aspose::Words::Replacing::FindReplaceOptions Cl...

    Specifies options for find/replace operations....:Text::RegularExpressions::Regex>(u "[0-9]+" ), u "" , options);...which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Search HTML document without opening via .NET |...

    C# code to search words with pattern in HTML 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/html/
  6. Change in merge field after (finally) upgrading...

    For particular reasons, we’ve held off from upgrading our version on Aspose.Words in a particular application until this year. Currently the version is 17.12 and it handles what the users call “Frankenlinks” just fine. H…...mergefields) { Regex regex = new Regex(MERGE_FIELD_REGEX); Match match...match = regex.Match(field.GetFieldCode()); string resultFieldCode...

    forum.aspose.com/t/change-in-merge-field-after-...
  7. 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....
  8. 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/
  9. 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/
  10. Search OTT document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word OTT 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/ott/