1.2.18 • Published 2 years ago

define_me v1.2.18

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

define_me

License: MIT NPM Downloads Play with docs

Instructions:

npm install define_me
const define_me =  require('define_me')

If utilizing in html...:

<script src="./node_modules/define_me/index.js"></script>
<script> 
$(()=> { 
     const output =  define_me.method(parameter)
 })
</script>

Functions

capitalizeFirstLetter(string, regexp) ⇒ any

Kind: global function
Date: 2022-03-06
Author: zen-out

ParamType
stringany
regexpany

Example

let getThis = define_me.containsThis(".git", define_me.git)
console.log("🚀 ~ file: playground.js ~ line 4 ~ getThis", getThis)

containsThis(string, regexp) ⇒ any

Kind: global function
Date: 2022-03-07
Author: zen-out

ParamType
stringany
regexpany

Example

let getThis = define_me.containsThis(".git", define_me.git);
let checkDate = define_me.containsThis("March 20 2012", define_me.stringDate)
let output3 = define_me.containsThis("22:44", define_me.hhmm)
let output10 = define_me.containsThis("01/12/2022", define_me.dashDDMMYYYY)
let output11 = define_me.containsThis("2022/02/02", define_me.dashYYYYMMDD)
let output6 = define_me.containsThis("14-1-2022", define_me.hyphenDDMMYYYY)
let output7 = define_me.containsThis("13-01-2018", define_me.hyphenDDMMYYYY)
let output5 = define_me.containsThis("2019-2-10", define_me.hyphenYYYYMMDD)
let output4 = define_me.containsThis("2020-02-22", define_me.hyphenYYYYMMDD)
let output12 = define_me.containsThis("Mar 2 2019", define_me.stringDate)
let output14 = define_me.containsThis("Mar 2 2022", define_me.stringDate)
let trueThis = define_me.containsThis("digital", define_mehhmmss)
1.2.0

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.2.18

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.0.8

2 years ago

1.2.5

2 years ago

1.0.7

2 years ago

1.2.4

2 years ago

1.0.6

2 years ago

1.2.3

2 years ago

1.0.5

2 years ago

1.2.2

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.0.3

2 years ago

1.2.9

2 years ago

1.2.12

2 years ago

1.2.13

2 years ago

1.2.10

2 years ago

1.2.11

2 years ago

1.2.16

2 years ago

1.2.17

2 years ago

1.0.1

2 years ago