Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 3,009 for

regex

(0.12 sec)
  1. Aspose.PDF for .NET 21.6 Release Notes|Aspose.P...

    This page contains new Aspose.PDF for .NET features, enhancement, and bug fixes in 2021, version 21.6....not correct Bug PDFNET-49912 Regex does not find letters as expected...with v16.12 Bug PDFNET-49398 Regex does not find as expected Bug...

    docs.aspose.com/pdf/net/aspose-pdf-for-net-21-6...
  2. Aspose::Words::Replacing::FindReplaceDirection ...

    Aspose::Words::Replacing::FindReplaceDirection enum. Specifies direction for replace operations in C++....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/aspose.words.rep...
  3. System::Text::RegularExpressions | Aspose.Slide...

    System::Text::RegularExpressions Contents [ Hide ] Classes Class Description Capture Result of single subexpression m...... Regex Regular expression that follows...Enum Description RegexOptions Regex options. Typedefs Typedef Description...

    reference.aspose.com/slides/cpp/system.text.reg...
  4. Վերափոխեք պարբերությունը Word-ի կետի կետերի, օգ...

    Վերափոխեք պարբերությունը Word-ի կետերի՝ օգտագործելով C#: Դուք կստանաք IDE կարգավորումներ և օրինակելի կոդ՝ Word-ում տեքստը C#-ի միջոցով փոխարկելու համար:...բաժանեք այն տողերի՝ օգտագործելով Regex.Split() մեթոդը: Ստեղծեք ելքային...տեսակը դրեք քառակուսի Վերլուծեք Regex-ով ստեղծված տողերի զանգվածը...

    kb.aspose.com/hy/words/net/convert-paragraph-in...
  5. Extract and merge pages - Free Support Forum - ...

    Hello, I have one pdf master document and I want to extract some of the pages based on whether there is text (pattern) on that page. It then wants to merge the resulting pages into one pdf file. The main document can b…...solution I can suggest is using regex search in TextFragmentAbsorber...TextFragmentAbsorber in combination with regex for target email address : var...

    forum.aspose.com/t/extract-and-merge-pages/289152
  6. Aspose - IReplacingCallback - Works for One occ...

    public class CrossReferenceAddingEvaluator : IReplacingCallback { private readonly string mStartBookmarkNumber; private readonly string insertReferenceType; private readonly string preText; internal Cros…...Replace(new Regex("\\b(?<!\\.)" + findText + "(...true)[[418].Range.Replace(new Regex("\\b(?<!\\.)" + findText + "(...

    forum.aspose.com/t/aspose-ireplacingcallback-wo...
  7. Aspose.Cells for Java 20.1 Release Notes|Docume...

    Aspose.Cells for Java 20.1 Release Notes – the latest enhancements, new features, and fixes....whether the searched key is regex. If true then the searched key(to...be taken as a user-specified regex. Deletes obsoleted ValidationCollection...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  8. replaceoptions - Aspose.Cells for PHP via Java ...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....whether the searched key is regex. If true then the searched key...key will be taken as regex. Constructor Detail ReplaceOptions...

    reference.aspose.com/cells/php/aspose.cells/rep...
  9. How to put the options A B C D down the each li...

    I have a question: In this document, I have many options A B C D, but they don’t on the each line I want to put the options A B C D down the each line with C# program using Aspose Word Source file: 000V2_test.docx (29…...Replace(new Regex(@"\s+([A-Z]\.)"), "&p$1", opt);...true; doc.Range.Replace(new Regex(@"\s+([A-Z]\.)"), "&p$1", opt);...

    forum.aspose.com/t/how-to-put-the-options-a-b-c...
  10. Infinite loop Issue - Aspose.Words Product Fami...

    Hello, During download the report getting below issue. System.InvalidOperationException: Infinite loop detected. at .(Int32 ) at .(Boolean ) at .(Boolean ) at . () at .(Document , ) …...Replace(new Regex(@"ReplaceText"), "", options);...

    forum.aspose.com/t/infinite-loop-issue/246024