Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 2,999 for

regex

(0.06 sec)
  1. 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/
  2. 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...
  3. FieldInclude.LockFields | Aspose.Words for .NET

    FieldInclude LockFields property. Gets or sets whether to prevent fields in the included document from being updated in C#.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  4. No TextFragment If Text Lies Across Multiple Pa...

    Hi Team, I am trying to get textFragment for the text using PageCollection.aacept() method using Regex for a text which starts from a page and ends i another page. Using the code below textFragment is empty. text’s reg…...aacept() method using regex for a text which starts from...textFragment is empty. text’s regex = (?i)corporate(?:[(\d|\w.\s)]...

    forum.aspose.com/t/no-textfragment-if-text-lies...
  5. 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/...
  6. 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...
  7. Convert Paragraph into Bullet Points in Word us...

    Convert paragraph into bullet points in Word using C#. You will get IDE settings and a sample code to convert text to bullet points in Word using C#....split it into strings using Regex.Split() method Create the output...array of strings created with Regex and write each string to the...

    kb.aspose.com/words/net/convert-paragraph-into-...
  8. TextFragmentAbsorber | Aspose.PDF for .NET API ...

    Represents an absorber object of text fragments. Performs text search and provides access to search results via TextFragments./textfragmentabsorber/textfragments collection.... TextFragmentAbsorber (Regex) Initializes a new instance...System.Text.RegularExpressions.Regex class object. TextFragmentAbsorber...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...
  9. FindReplaceOptions.IgnoreFieldCodes | Aspose.Wo...

    FindReplaceOptions IgnoreFieldCodes property. Gets or sets a boolean value indicating either to ignore text inside field codes. The default value is false in C#.... Replace ( new Regex ( "T" ), "*" , options ); Console...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Incorrectly Splitting into TextFragments - Free...

    I am supplying the Regex “\S+” to a TextFragmentAbsorber in order to split a PDF page into individual words. This usually works well with the vast majority of documents, but a recent one has had an issue. I have attached…...4:53pm #1 I am supplying the regex “\S+” to a TextFragmentAbsorber...However, when I apply our usual regex to the file and attempt to split...

    forum.aspose.com/t/incorrectly-splitting-into-t...