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

    294 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...
  • Math

    294 2024-06-04 《Ramda 0.7.0》
    add divide multiply product subtract sum modulo mathMod add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add ( 2 , 3 ); ...
  • String

    294 2024-06-05 《Ramda 0.1.4》
    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...
  • Math

    294 2024-06-04 《Ramda 0.12.0》
    add divide multiply product subtract sum modulo mathMod de inc negate add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add (...
  • String

    293 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...
  • Logic

    293 2024-06-05 《Ramda 0.10.0》
    and isEmpty not or cond ifElse allPass anyPass defaultTo and a → b → a | b Added in v0.1.0 Returns the first argument if it is falsy, otherwise the second argument. ...
  • Math

    291 2024-06-04 《Ramda 0.28.0》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...
  • String

    289 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...
  • Math

    288 2024-06-04 《Ramda 0.30.1》
    add divide multiply product subtract sum modulo mathMod de inc negate mean median add Number → Number → Number Added in v0.1.0 Adds two values. See also subtrac...
  • Math

    287 2024-06-04 《Ramda 0.1.4》
    add divide multiply product subtract sum modulo add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add ( 2 , 3 ); //=> ...