Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 3,009 for

regex

(0.11 sec)
  1. FieldInclude.SourceFullName | Aspose.Words for ...

    FieldInclude SourceFullName property. Gets or sets the location of the document in C#.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldInclude.BookmarkName | Aspose.Words for .NET

    FieldInclude BookmarkName property. Gets or sets the name of the bookmark in the document to include in C#.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldInclude.TextConverter | Aspose.Words for .NET

    FieldInclude TextConverter property. Gets or sets the name of the text converter for the format of the included file in C#.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldInclude.BookmarkName | Aspose.Words for .N...

    FieldInclude 财产. 获取或设置要包含的文档中书签的名称... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/zh/net/aspose.words....
  5. 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...
  6. 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...
  7. Aspose::Words::Replacing::ReplacingArgs Class R...

    Provides data for a custom replace operation....:Text::RegularExpressions::Regex>(u "New York City|NYC" ), u...:Text::RegularExpressions::Regex>(u "\\[MY_DOCUMENT\\]" ), u...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. 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/
  9. 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/
  10. 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/