Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 3,004 for

regex

(0.07 sec)
  1. Search and replace text in HTML document via C++

    C++ example code to redact sensitive information in HTML file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Pattern Use Replace method with Regex. Save document. System Requirements...:Text::RegularExpressions::Regex>(u "[s|m]ad" ), u "bad" , options);...

    products.aspose.com/words/cpp/redaction/html/
  2. Aspose::Words::Fields::FieldIncludePicture clas...

    Aspose::Words::Fields::FieldIncludePicture class. Implements the INCLUDEPICTURE field. To learn more, visit the documentation article in C++....Text :: RegularExpressions :: Regex :: Match ( fieldIncludePicture...Text :: RegularExpressions :: Regex :: Match ( fieldImport -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. How to achieve the edited multi-paragraph text ...

    I want to get the multi-paragraph text contained in the curly braces in the word file, and add a space in front of each line of multi-paragraph text, I can currently get the multi-paragraph text contained in the curly br…...GetText(); MatchCollection matches = Regex.Matches(docText, @"\{([^}]*...Backward; doc.Range.Replace(new Regex(@"\{[^\}] "", opt); doc.Save(@"C:\Temp\out...

    forum.aspose.com/t/how-to-achieve-the-edited-mu...
  4. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_ReplacingCallback method. The user-defined method which is called before every replace occurrence in C++....Text :: RegularExpressions :: Regex > ( u "New York City|NYC" )...Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. Aspose::Slides::TextFrame Class Referencefinal ...

    Classes | Public Member Functions | Protected Member Functions | List of all members Aspose::Slides::TextFrame Class ......HighlightRegex ( System::String regex, System::Drawing::Color highlightColor...HighlightRegex ( System::String regex, System::Drawing::Color highlightColor...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  6. TextFrame | Aspose.Sildes for Node.js via Java ...

    TextFrame TextFrame class Represents a TextFrame. getHyperlinkQueries Name Description getHyperlinkQueries () Provide......Parameters: Name Type Description regex String Text of regular expression...

    reference.aspose.com/slides/nodejs-java/aspose....
  7. Aspose.PDF for CPP 19.6 Release Notes|Aspose.PD...

    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....PDFCPP-965 Fix Aspose CPP lib regex matching the empty string Bug...

    docs.aspose.com/pdf/cpp/aspose-pdf-for-cpp-19-6...
  8. Document.Range.Replace is incredibly slow - Fre...

    We are looking at Aspose.Word to handle our document production and conversion to PDF. Our requirement is to replace tokens contained in a Word document with content (sometimes Rich/HTML) from a database. These replaceme…...Here is the RegEx required to find the tokens: Regex(@"\{r(?.*...static readonly Regex ReplacementCodeRegex = new Regex(@"{r(?.*?)...

    forum.aspose.com/t/document-range-replace-is-in...
  9. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...Regex regex = new System.Text.RegularExpressions.Regex(@"[\S]+");...= new TextFragmentAbsorber(regex); Aspose.Pdf.Page page = asposeDoc...

    forum.aspose.com/t/copying-text-from-one-pdf-to...
  10. Problem when aligning to center text after upda...

    Center alignment of text is lost after updating in PS. By code, portions are created with center justified text, and the text contained in the textlayer is replaced. The problem occurs after opening in the phoshotp and …...(TextLayer)layerItem; Regex pRegex = new Regex("#lsak[^#]+#", RegexOptions...

    forum.aspose.com/t/problem-when-aligning-to-cen...