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

regex

(0.1 sec)
  1. Replacing text in link annotations in a table i...

    Hi Asad, Oh that is my mistake. I was using a variable there and didn’t check after I modified the code in this thread before posting. Glad you figured that out. Also, the problem doesn’t happen often. The links alway…...nt pdfDocument) { Regex tgtRgx = new Regex("([a-z0-9]*)_(.*)")...extractedbookmarks.Add(id, dest); } Regex srcRgx = new Regex("[https://www](https://www)...

    forum.aspose.com/t/replacing-text-in-link-annot...
  2. 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/
  3. 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...
  4. Text and formatting move when editing in photos...

    The text displays fine when opening the PSD in Photoshop, but when editing the text layer, both the text and formatting move, displaying incorrectly Error: beforeEdit.jpg (62.8 KB) Editing.jpg (73.6 KB) File: Inputv…...//validar si tiene tags Regex tagRegex = new Regex(@"<[^>]+> var countPortions...//validar si tiene tags Regex tagRegex = new Regex(@"<[^>]+> bool hasTags...

    forum.aspose.com/t/text-and-formatting-move-whe...
  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. 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...
  7. 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/...
  8. 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...
  9. 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/
  10. 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/