Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 3,004 for

regex

(0.76 sec)
  1. IReplacingCallback.Replacing | Aspose.Words for...

    IReplacingCallback Replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made in C#.... Replace ( new Regex ( "New York City|NYC" ), "Washington"...mainDoc . Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  2. FindReplaceOptions.ReplacingCallback | Aspose.W...

    FindReplaceOptions ReplacingCallback property. The userdefined method which is called before every replace occurrence in C#.... Replace ( new Regex ( "New York City|NYC" ), "Washington"...doc . Range . Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  3. Find and Replace Text in Documents|Aspose.Words...

    Find and replace text or strings. NPOI does not provide an opportunity to find and replace using C#.... Replace ( new Regex ( "[s|m]ad" ), "bad" ); doc...

    docs.aspose.com/words/net/find-and-replace-text...
  4. HtmlFixedSaveOptions.PageMargins | Aspose.Words...

    HtmlFixedSaveOptions PageMargins property. Specifies the margins around pages in an HTML document. The margins value is measured in points and should be equal to or greater than 0. Default value is 10 points in C#.... True ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Fields::FieldInclude::get_LockFi...

    Aspose::Words::Fields::FieldInclude::get_LockFields method. Gets or sets whether to prevent fields in the included document from being updated in C++....Text :: RegularExpressions :: Regex :: Match ( field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. FindOptions - Aspose.Cells for Python via Java ...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....is regex. If true the searched key will be taken as regex and...is regex. If true the searched key will be taken as regex and...

    reference.aspose.com/cells/python-java/asposece...
  7. Can anyone help me to get the footnotes with su...

    Hi @alexey.noskov Footnotes should immediately follow the table or figure using superscript lowercase letters (Any text after table with font size less than or equal to 10 is considered as a footnote. System should chec…... Regex regex = new Regex(@"\(?[a-z]\)?"); return regex.IsMatch(firstRun...

    forum.aspose.com/t/can-anyone-help-me-to-get-th...
  8. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_SmartParagraphBreakReplacement method. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph. The default value is false in C++....Text :: RegularExpressions :: Regex > ( u "TEXT1&p" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  9. Fetching FieldNames from Word document - Free S...

    How to fetch the field names which are used in the aspose word template(document) from apex?...Replace(new Regex("<<(.+?)> "", opt); private...

    forum.aspose.com/t/fetching-fieldnames-from-wor...
  10. FindReplaceOptions.SmartParagraphBreakReplaceme...

    FindReplaceOptions SmartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph in C#.... Replace ( new Regex ( @"TEXT1&p" ), "" , options...

    reference.aspose.com/words/net/aspose.words.rep...