Devlive 开源社区 本次搜索耗时 3.021 秒,为您找到 161 个相关结果.
  • String

    760 2024-06-05 《Ramda 0.12.0》
    match split trim replace toLower toUpper test match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns...
  • String

    757 2024-06-05 《Ramda 0.2.3》
    match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
  • String

    751 2024-06-05 《Ramda 0.6.0》
    match split trim match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or emp...
  • 3.4 Convert R Markdown to R script

    741 2024-05-09 《R Markdown Cookbook》
    When you want to extract all R code from an R Markdown document, you can call the function knitr::purl() . Below is a simple Rmd example with the filename purl.Rmd : --- title ...
  • String

    730 2024-06-05 《Ramda 0.4.2》
    match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
  • String Functions

    708 2024-06-24 《Apache AGE 0.6.0》
    replace split left right substring rTrim lTrim trim toLower toUpper reverse toString replace replace() returns a string in which all occurrences of a specified strin...
  • Logarithmic Functions

    705 2024-06-24 《Apache AGE 0.6.0》
    e sqrt exp log log10 e e() returns the base of the natural logarithm, e. Syntax: e() Returns: An agtype float . Query SELECT * FROM cypher ( 'graph_name' , $$...
  • Trigonometric Functions

    688 2024-06-24 《Apache AGE 0.6.0》
    degrees radians pi sin cos tan Cot asin acos atan atan2 degrees degrees() converts radians to degrees. Syntax: degrees(expression) Returns: An agtype float . ...
  • LIMIT

    626 2024-06-24 《Apache AGE 0.6.0》
    Introduction Return a subset of the rows Using an expression with LIMIT to return a subset of the rows LIMIT constrains the number of records in the output. Introduction LIM...
  • AWS

    Iceberg AWS Integrations Iceberg provides integration with different AWS services through the iceberg-aws module. This section describes how to use Iceberg with AWS. Enabling ...