Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,999 for

regex

(0.07 sec)
  1. 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/
  2. IReplacingCallback Interface | Aspose.Words for...

    Aspose.Words.Replacing.IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C#.... Replace ( new Regex ( "New York City|NYC" ), "Washington"...doc . Range . Replace ( new Regex ( "(header|footer)" ), "" ,...

    reference.aspose.com/words/net/aspose.words.rep...
  3. Aspose.PSD for Java 23.4 - Release Notes

    Aspose.PSD for Java 23.4 - Release Notes – the latest updates and fixes....//validar si tiene tags Regex tagRegex = new Regex ( "<[^>]+>" ); boolean...>]+)[^>]*>s*/\s*\1\s*>" ; var matchesImgSrc = Regex . matches ( textData . getText...

    releases.aspose.com/psd/java/release-notes/2023...
  4. Aspose.PSD for Java 23.4 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//validar si tiene tags Regex tagRegex = new Regex ( "<[^>]+>" ); boolean...>]+)[^>]*>s*/\s*\1\s*>" ; var matchesImgSrc = Regex . matches ( textData . getText...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  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. Search DOC document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word DOC 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/doc/
  7. Search XHTML document without opening via .NET ...

    C# code to search words with pattern in XHTML 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/xhtml/
  8. Search DOCX document without opening via .NET |...

    C# code to search words with pattern in Microsoft Word DOCX 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/docx/
  9. Search TXT document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word TXT 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/txt/
  10. 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...