Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,241 for

regex

(0.12 sec)
  1. IReplacingCallback Interface | Aspose.Words for...

    Enhance your document processing with Aspose.Words' IReplacingCallback interface. Create custom find and replace methods for tailored results.... Replace ( new Regex ( "(header|footer)" ), "" ,...doc . Range . Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/net/aspose.words.rep...
  2. 从PDF页面搜索和获取文本|Aspose.PDF for .NET

    了解如何使用Aspose.PDF在.NET中搜索和检索PDF文件中的文本,以进行文本分析和提取。...expressions var regexes = new Regex [] { new Regex ( @"(?s)document\s+(...RegexOptions . IgnoreCase ), new Regex ( @"[\s\r\n]+Tract[\s\r\n]+of:...

    docs.aspose.com/pdf/zh/net/search-and-get-text-...
  3. ReplacingArgs class | Aspose.Words for Node.js

    Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation... replace ( new Regex ( "New York City|NYC" ), "Washington"...WORDSNODEJS-106 - Add support of regex to doc.range.replace' , () =>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. Aspose::Words::Fields::FieldInclude::get_Source...

    Aspose::Words::Fields::FieldInclude::get_SourceFullName method. Gets or sets the location of the document in C++....Text :: RegularExpressions :: Regex :: Match ( field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Range Class | Aspose.Words for .NET

    Discover the Aspose.Words.Range class, your key to managing document sections effortlessly. Enhance your document processing with seamless control and flexibility.... Replace ( Regex, string ) Replaces all occurrences...replacement string. Replace ( Regex, string, FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words/range/
  7. FieldImport Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldImport class, designed to streamline document processing with efficient IMPORT field implementation for enhanced productivity.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::LowCode::ReplacerContext class |...

    Aspose::Words::LowCode::ReplacerContext class. Find/replace operation context in C++....:Text::RegularExpressions::Regex>&, const System::String&) Sets...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. Duplicate disclaimer text in PR_HTML when readi...

    Hello Aspose Support Team, I am using Aspose.Email to read .msg files. I noticed that in some emails, the disclaimer text (inserted by our mail server) appears twice in the HtmlBody. When I checked the raw MAPI propert…..., with regex or an HTML parser), or does...example using regex in C#: string cleanedBody = Regex.Replace(body...

    forum.aspose.com/t/duplicate-disclaimer-text-in...
  10. Using shortcuts for string formatting - Free Su...

    We use this to format a date in the merged field {{NoticeDate\@ "MM/dd/yyyy"}} on the MS Word template. Wanted to know if there is such a shortcut to format the incoming string (EM9879999222) in a particular pattern as E…...ToString(); Regex r = new Regex(@"([A-Z]{2})(\d{3})(\d{4})(\d{3})");...

    forum.aspose.com/t/using-shortcuts-for-string-f...