Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 3,003 for

regex

(0.16 sec)
  1. regex_key proprietà | Aspose.Cells for Python v...

    Regex_key proprietà Regex_key proprietà Indica se la chiave cercata è Regex. Se true, la chiave cercata verrà conside......regex_key proprietà regex_key proprietà Indica se la chiave cercata...cercata è regex. Se true, la chiave cercata verrà considerata...

    reference.aspose.com/cells/python-net/it/aspose...
  2. regex_key mülk | Aspose.Cells for Python via .N...

    Regex_key mülk Regex_key mülk Aranan anahtarın normal ifade olup olmadığını gösterir. True ise, aranan anahtar Regex ......regex_key mülk regex_key mülk Aranan anahtarın normal ifade olup...anahtar regex olarak alınacaktır. Tanım: @property def regex_key...

    reference.aspose.com/cells/python-net/tr/aspose...
  3. RegEx | Référence de l'API Aspose.Cells pour .NET

    Obtient ou définit la chaîne dexpression régulière....RegEx GridValidation.RegEx property Obtient ou définit la chaîne...d’expression régulière. public string RegEx { get ; set ; } Voir également...

    reference.aspose.com/cells/fr/net/aspose.cells....
  4. regex_key propiedad | Aspose.Cells for Python v...

    Regex_key propiedad Regex_key propiedad Indica si la clave buscada es expresión regular. Si es verdadero, la clave bu......regex_key propiedad regex_key propiedad Indica si la clave buscada...def regex_key ( self ): ... @regex_key . setter def regex_key...

    reference.aspose.com/cells/python-net/es/aspose...
  5. regex_key mülk | Aspose.Cells for Python via .N...

    Regex_key mülk Regex_key mülk Aranan anahtarın normal ifade olup olmadığını gösterir. True ise, aranan anahtar normal......regex_key mülk regex_key mülk Aranan anahtarın normal ifade olup...def regex_key ( self ): ... @regex_key . setter def regex_key...

    reference.aspose.com/cells/python-net/tr/aspose...
  6. regex_key 属性 | Aspose.Cells for Python via .NET...

    Regex_key 属性 Regex_key 属性 指示搜索的键是否为正则表达式。 如果为真,则搜索到的键将被视为正则表达式并进行解析。否则密钥将根据 ms excel 中的规则进行解析。 定义: @property def rege......regex_key 属性 regex_key 属性 指示搜索的键是否为正则表达式。 如果为真,则搜索到的键将被视为正则表达式并进行解析。否则密钥将根据...def regex_key ( self ): ... @regex_key . setter def regex_key...

    reference.aspose.com/cells/python-net/zh/aspose...
  7. regex_key 属性 | Aspose.Cells for Python via .NET...

    Regex_key 属性 Regex_key 属性 指示搜索的键是否为正则表达式。如果为真,则搜索到的键将被视为正则表达式。 定义: @property def Regex_key ( self ): ... @Regex_key .......regex_key 属性 regex_key 属性 指示搜索的键是否为正则表达式。如果为真,则搜索到的键将被视为正则表达式。...def regex_key ( self ): ... @regex_key . setter def regex_key...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. MapiContact import from vcf file throwing Excep...

    Hello, I’m trying to import a vcf file into MapiContact object using this code below: InputStream stream = new DataInputStream(new FileInputStream(“c:\temp\test_card.vcf”)); MapiContact contact = MapiContact.fromVCard…...regex.Pattern$Loop.match(Unknown Source)...Source) at java.util.regex.Pattern$GroupTail.match(Unknown Source)...

    forum.aspose.com/t/mapicontact-import-from-vcf-...
  9. Spaces after strings between spans nested in di...

    When this string <DIV align=center> <SPAN>abc <SPAN >&nbsp;</SPAN>def </SPAN> </DIV> is used to create an HtmlFragment it breaks the PDF generation process. If the spaces after abc and def are removed, generation of t…...text = Regex.Replace(text, "(?s)<!--.*?-- " "); text = Regex.Replace(text...text = Regex.Replace(text, @"url['""].*?[" ""); text = Regex.Replace(text...

    forum.aspose.com/t/spaces-after-strings-between...
  10. Få en kolumnrubrik|Documentation

    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.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/sv/net/get-a-column-heading/