Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 3,003 for

regex

(0.06 sec)
  1. 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/
  2. 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/
  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::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...
  5. 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...
  6. 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/
  7. 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/
  8. Search ODT document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word ODT 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/odt/
  9. Aspose.PSD for .NET 23.4 - Release Notes

    Aspose.PSD for .NET 23.4 - Release Notes – the latest updates and fixes....//validar si tiene tags Regex tagRegex = new Regex( @"<[^>]+>" ); bool...>]+)[^>]*>s*/\s*\1\s*>" ; var matchesImgSrc = Regex.Matches(textData.Text, tagRegex2...

    releases.aspose.com/psd/net/release-notes/2023/...
  10. Aspose::Words::Replacing::IReplacingCallback In...

    Implement this interface if you want to have your own custom method called during a find and replace operation....:Text::RegularExpressions::Regex>(u "(header|footer)" ), u ""...:Text::RegularExpressions::Regex>(u "New York City|NYC" ), u...

    reference.aspose.com/words/cpp/class/aspose.wor...