Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 2,320 for

regex

(0.09 sec)
  1. ReplacingArgs.MatchOffset | Aspose.Words لـ .NET

    اكتشف خاصية ReplacingArgs MatchOffset، واعثر بسهولة على موضع البداية المستند إلى الصفر للمطابقات في العقد لديك للتعامل مع البيانات بكفاءة.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/ar/net/aspose.words....
  2. 在C++中查找和替换|Aspose.Words对于C++

    在文档中查找字符串或正则表达式模式,并使用C++将其替换为所需的文本。...-expressions}查找和替换文本 正则表达式(regex)是描述特定文本序列的模式。 假设你想用一个单词的出现替换一个单词的所有双重出现。...然后,您可以应用以下正则表达式来指定双字模式: ([a-zA-Z]+) \1 。 通过将 Regex 参数设置为正则表达式模式来查找匹配项,使用其他 Replace...

    docs.aspose.com/words/zh/cpp/find-and-replace/
  3. Rechercher et remplacer dans Python|Aspose.Word...

    Recherchez un modèle de chaîne ou d'expression régulière dans votre document et remplacez-le par le texte souhaité à l'aide de Python....méthodes replace et replace_regex pour rechercher ou remplacer...Utilisez la méthode replace_regex pour rechercher et remplacer...

    docs.aspose.com/words/fr/python-net/find-and-re...
  4. Range.replace method | Aspose.Words for Node.js

    Aspose.Words.Range.replace method...Regex,System.String) if you need regular...Replace(System.Text.RegularExpressions.Regex,System.String,Aspose.Words.Replacing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Novedades 2024|Aspose.PDF for .NET

    Esta página presenta las características nuevas más populares en Aspose.PDF for .NET introducidas en 2024....expressions var regexes = new Regex [] { new Regex ( @"(?s)document\s+(...RegexOptions . IgnoreCase ), new Regex ( @"[\s\r\n]+Tract[\s\r\n]+of:...

    docs.aspose.com/pdf/es/net/whatsnew/2024/
  6. Что нового 2024|Aspose.PDF for .NET

    Эта страница представляет самые популярные новые функции в Aspose.PDF for .NET, представленные в 2024 году....expressions var regexes = new Regex [] { new Regex ( @"(?s)document\s+(...RegexOptions . IgnoreCase ), new Regex ( @"[\s\r\n]+Tract[\s\r\n]+of:...

    docs.aspose.com/pdf/ru/net/whatsnew/2024/
  7. Usando Anotações de Link em PDF|Aspose.PDF for ...

    Aspose.PDF for .NET permite que você Adicione, Obtenha e Exclua Anotações de Link do seu documento PDF....fragments var regEx1 = new Regex ( @"Link Annotation Demo \d"...\d" ); var regEx2 = new Regex ( @"Sample text \d" ); // Create...

    docs.aspose.com/pdf/pt/net/link-annotations/
  8. Tìm và thay thế trong Java|Aspose.Words cho Java

    Tìm một chuỗi hoặc mẫu biểu thức chính quy trong tài liệu của bạn và thay thế nó bằng văn bản bạn muốn sử dụng Java....Thường Một biểu thức chính quy (regex) là một mẫu mô tả một chuỗi...cụ thể bằng cách đặt tham số Regex như một mẫu biểu thức chính...

    docs.aspose.com/words/vi/java/find-and-replace/
  9. Archivo

    Archivo...reemplazar texto en PDF usando Regex C# .NET API para buscar y reemplazar...PDF con expresión regular (regex) # También puede usar expresiones...

    blog.aspose.com/es/pdf/find-and-replace-text-in...
  10. 在C#中找到並替換|Aspose.Words for .NET

    透過C#在文件中找到字串或正規表達式模式,並用您想要的文字替換它。...並且在簡單的字串替換後: 透過正規表達式來尋找並替換文字 正規表達式(regex)是一種描述某段文字序列的模式。 如果你想要將一個字的雙重出現替換成單一次出現。...Replace 方法來検索並取代特定的字元組合,設定 Regex 參數為正規表達式模式,以找到匹配的結果。 接下來範例會...

    docs.aspose.com/words/zh-hant/net/find-and-repl...